From: Kuninori Morimoto Date: Thu, 9 Sep 2010 07:30:18 +0000 (+0900) Subject: fbdev: sh_mobile_hdmi: Add select SND_SOC to Kconfig X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3056c70c4943f1838b432a61956f609035ac1b7e;p=linux-beck.git 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 Signed-off-by: Kuninori Morimoto Reviewed-by: Guennadi Liakhovetski Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 8b31fdfefc98..43e90b899fe1 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1919,6 +1919,7 @@ config FB_SH_MOBILE_HDMI tristate "SuperH Mobile HDMI controller support" depends on FB_SH_MOBILE_LCDC select FB_MODE_HELPERS + select SND_SOC ---help--- Driver for the on-chip SH-Mobile HDMI controller.