diff options
author | Ricardo Neri <ricardo.neri@ti.com> | 2012-05-18 02:42:41 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@ti.com> | 2012-05-22 12:33:24 -0400 |
commit | dc314cde04b107c7a2a254a5c4dc197939acc4d3 (patch) | |
tree | 82b7897405b29740e6973f987c5af211ab1fbf8d /sound/soc/omap/Kconfig | |
parent | a1ab92da141198a98989f3ea41eccc973c9d706e (diff) |
ASoC: OMAP: HDMI: Make build config options more generic
Make Kconfig and Makefile more generic to encompass not only
OMAP4 but other OMAP processors featuring HDMI.
Also, relax the dependency list to depend only on any OMAP processor
supporting OMAP2_DSS and OMAP4_DSS_HDMI. As HDMI support for
future OMAP versions is added, the dependency list must change
accordingly.
Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 13afb2c68dcd..57a2fa751085 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -109,9 +109,9 @@ config SND_OMAP_SOC_OMAP_ABE_TWL6040 | |||
109 | - PandaBoard (4430) | 109 | - PandaBoard (4430) |
110 | - PandaBoardES (4460) | 110 | - PandaBoardES (4460) |
111 | 111 | ||
112 | config SND_OMAP_SOC_OMAP4_HDMI | 112 | config SND_OMAP_SOC_OMAP_HDMI |
113 | tristate "SoC Audio support for Texas Instruments OMAP4 HDMI" | 113 | tristate "SoC Audio support for Texas Instruments OMAP HDMI" |
114 | depends on SND_OMAP_SOC && OMAP4_DSS_HDMI && OMAP2_DSS && ARCH_OMAP4 | 114 | depends on SND_OMAP_SOC && OMAP4_DSS_HDMI && OMAP2_DSS |
115 | select SND_OMAP_SOC_HDMI | 115 | select SND_OMAP_SOC_HDMI |
116 | select SND_SOC_OMAP_HDMI_CODEC | 116 | select SND_SOC_OMAP_HDMI_CODEC |
117 | select OMAP4_DSS_HDMI_AUDIO | 117 | select OMAP4_DSS_HDMI_AUDIO |