Browse Source

fbdev: sh_mobile_hdmi: Add select SND_SOC to Kconfig

This patch solve compile error when .config doesn't have
CONFIG_SND_SOC which is needed for HDMI sound.
It was reported by Guennadi as follows

Besides, I think, this will not link without CONFIG_SND_SOC.

Reported-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Kuninori Morimoto 14 years ago
parent
commit
3056c70c49
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/video/Kconfig

+ 1 - 0
drivers/video/Kconfig

@@ -1919,6 +1919,7 @@ config FB_SH_MOBILE_HDMI
 	tristate "SuperH Mobile HDMI controller support"
 	tristate "SuperH Mobile HDMI controller support"
 	depends on FB_SH_MOBILE_LCDC
 	depends on FB_SH_MOBILE_LCDC
 	select FB_MODE_HELPERS
 	select FB_MODE_HELPERS
+	select SND_SOC
 	---help---
 	---help---
 	  Driver for the on-chip SH-Mobile HDMI controller.
 	  Driver for the on-chip SH-Mobile HDMI controller.