[alsa-devel] [PATCH] fbdev: sh_mobile_hdmi: fix compilation without SOUND enabled

Guennadi Liakhovetski g.liakhovetski at gmx.de
Fri Oct 15 08:58:00 CEST 2010


At least two more Kconfig options have to be selected to be able to compile
sh_mobile_hdmi.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski at gmx.de>
Cc: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
---

Liam, Mark: since this patch only touches drivers/video, although that's a 
central commonly-used file there, the scope of this patch is limited to 
the FB_SH_MOBILE_HDMI block, so, this should safe to go via an SH tree, 
but, if Paul doesn't mind, it should also be ok to go via sound.

 drivers/video/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 43e90b8..935cdc2 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1919,6 +1919,8 @@ config FB_SH_MOBILE_HDMI
 	tristate "SuperH Mobile HDMI controller support"
 	depends on FB_SH_MOBILE_LCDC
 	select FB_MODE_HELPERS
+	select SOUND
+	select SND
 	select SND_SOC
 	---help---
 	  Driver for the on-chip SH-Mobile HDMI controller.
-- 
1.7.1



More information about the Alsa-devel mailing list