diff options
Diffstat (limited to 'sound/soc/at91/Kconfig')
-rw-r--r-- | sound/soc/at91/Kconfig | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sound/soc/at91/Kconfig b/sound/soc/at91/Kconfig index a5b2558916c1..5cb93fd3a407 100644 --- a/sound/soc/at91/Kconfig +++ b/sound/soc/at91/Kconfig | |||
@@ -1,5 +1,3 @@ | |||
1 | menu "SoC Audio for the Atmel AT91" | ||
2 | |||
3 | config SND_AT91_SOC | 1 | config SND_AT91_SOC |
4 | tristate "SoC Audio for the Atmel AT91 System-on-Chip" | 2 | tristate "SoC Audio for the Atmel AT91 System-on-Chip" |
5 | depends on ARCH_AT91 && SND_SOC | 3 | depends on ARCH_AT91 && SND_SOC |
@@ -8,13 +6,13 @@ config SND_AT91_SOC | |||
8 | the AT91 SSC interface. You will also need | 6 | the AT91 SSC interface. You will also need |
9 | to select the audio interfaces to support below. | 7 | to select the audio interfaces to support below. |
10 | 8 | ||
11 | config SND_AT91_SOC_I2S | 9 | config SND_AT91_SOC_SSC |
12 | tristate | 10 | tristate |
13 | 11 | ||
14 | config SND_AT91_SOC_ETI_B1_WM8731 | 12 | config SND_AT91_SOC_ETI_B1_WM8731 |
15 | tristate "SoC I2S Audio support for WM8731-based Endrelia ETI-B1 boards" | 13 | tristate "SoC Audio support for WM8731-based Endrelia ETI-B1 boards" |
16 | depends on SND_AT91_SOC && (MACH_ETI_B1 || MACH_ETI_C1) | 14 | depends on SND_AT91_SOC && (MACH_ETI_B1 || MACH_ETI_C1) |
17 | select SND_AT91_SOC_I2S | 15 | select SND_AT91_SOC_SSC |
18 | select SND_SOC_WM8731 | 16 | select SND_SOC_WM8731 |
19 | help | 17 | help |
20 | Say Y if you want to add support for SoC audio on WM8731-based | 18 | Say Y if you want to add support for SoC audio on WM8731-based |
@@ -27,5 +25,3 @@ config SND_AT91_SOC_ETI_SLAVE | |||
27 | help | 25 | help |
28 | Say Y if you want to run with the AT91 SSC generating the BCLK | 26 | Say Y if you want to run with the AT91 SSC generating the BCLK |
29 | and LRC signals on Endrelia boards. | 27 | and LRC signals on Endrelia boards. |
30 | |||
31 | endmenu | ||