diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-05-23 10:10:37 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-05-27 09:56:20 -0400 |
commit | 89fe5117928b2c1272c9376362131ded561c91ad (patch) | |
tree | d9ad58546d73efdef4d68ba3c8224a3ee5722576 /sound/soc/sh/Kconfig | |
parent | 06b5fb97cec1a3ca61d10164118b00fe98a6a866 (diff) |
sound: Convert to menuconfig
Convert menu in sound Kconfig files to menuconfig and if.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/sh/Kconfig')
-rw-r--r-- | sound/soc/sh/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 4c1e013381c9..54bd604012af 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig | |||
@@ -3,7 +3,7 @@ menu "SoC Audio support for SuperH" | |||
3 | 3 | ||
4 | config SND_SOC_PCM_SH7760 | 4 | config SND_SOC_PCM_SH7760 |
5 | tristate "SoC Audio support for Renesas SH7760" | 5 | tristate "SoC Audio support for Renesas SH7760" |
6 | depends on CPU_SUBTYPE_SH7760 && SND_SOC && SH_DMABRG | 6 | depends on CPU_SUBTYPE_SH7760 && SH_DMABRG |
7 | help | 7 | help |
8 | Enable this option for SH7760 AC97/I2S audio support. | 8 | Enable this option for SH7760 AC97/I2S audio support. |
9 | 9 | ||
@@ -13,10 +13,9 @@ config SND_SOC_PCM_SH7760 | |||
13 | ## | 13 | ## |
14 | 14 | ||
15 | config SND_SOC_SH4_HAC | 15 | config SND_SOC_SH4_HAC |
16 | tristate | ||
16 | select AC97_BUS | 17 | select AC97_BUS |
17 | select SND_SOC_AC97_BUS | 18 | select SND_SOC_AC97_BUS |
18 | select SND_AC97_CODEC | ||
19 | tristate | ||
20 | 19 | ||
21 | config SND_SOC_SH4_SSI | 20 | config SND_SOC_SH4_SSI |
22 | tristate | 21 | tristate |