Commit a2b4f8a473efd82d634117a057e0ba64443354cf

Authored by Kuninori Morimoto
Committed by Mark Brown
1 parent 9ade09d6c6

ASoC: rcar: remove un-needed select from Kconfig

config RCAR_CLK_ADG is not exist

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

Showing 1 changed file with 0 additions and 1 deletions Inline Diff

sound/soc/sh/Kconfig
1 menu "SoC Audio support for SuperH" 1 menu "SoC Audio support for SuperH"
2 depends on SUPERH || ARCH_SHMOBILE 2 depends on SUPERH || ARCH_SHMOBILE
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 && 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
10 10
11 ## 11 ##
12 ## Audio unit modules 12 ## Audio unit modules
13 ## 13 ##
14 14
15 config SND_SOC_SH4_HAC 15 config SND_SOC_SH4_HAC
16 tristate 16 tristate
17 select AC97_BUS 17 select AC97_BUS
18 select SND_SOC_AC97_BUS 18 select SND_SOC_AC97_BUS
19 19
20 config SND_SOC_SH4_SSI 20 config SND_SOC_SH4_SSI
21 tristate 21 tristate
22 22
23 config SND_SOC_SH4_FSI 23 config SND_SOC_SH4_FSI
24 tristate "SH4 FSI support" 24 tristate "SH4 FSI support"
25 select SND_SIMPLE_CARD 25 select SND_SIMPLE_CARD
26 help 26 help
27 This option enables FSI sound support 27 This option enables FSI sound support
28 28
29 config SND_SOC_SH4_SIU 29 config SND_SOC_SH4_SIU
30 tristate 30 tristate
31 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK 31 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
32 select DMA_ENGINE 32 select DMA_ENGINE
33 select DMADEVICES 33 select DMADEVICES
34 select SH_DMAE 34 select SH_DMAE
35 select FW_LOADER 35 select FW_LOADER
36 36
37 config SND_SOC_RCAR 37 config SND_SOC_RCAR
38 tristate "R-Car series SRU/SCU/SSIU/SSI support" 38 tristate "R-Car series SRU/SCU/SSIU/SSI support"
39 select SND_SIMPLE_CARD 39 select SND_SIMPLE_CARD
40 select RCAR_CLK_ADG
41 help 40 help
42 This option enables R-Car SUR/SCU/SSIU/SSI sound support 41 This option enables R-Car SUR/SCU/SSIU/SSI sound support
43 42
44 ## 43 ##
45 ## Boards 44 ## Boards
46 ## 45 ##
47 46
48 config SND_SH7760_AC97 47 config SND_SH7760_AC97
49 tristate "SH7760 AC97 sound support" 48 tristate "SH7760 AC97 sound support"
50 depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760 49 depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
51 select SND_SOC_SH4_HAC 50 select SND_SOC_SH4_HAC
52 select SND_SOC_AC97_CODEC 51 select SND_SOC_AC97_CODEC
53 help 52 help
54 This option enables generic sound support for the first 53 This option enables generic sound support for the first
55 AC97 unit of the SH7760. 54 AC97 unit of the SH7760.
56 55
57 config SND_SIU_MIGOR 56 config SND_SIU_MIGOR
58 tristate "SIU sound support on Migo-R" 57 tristate "SIU sound support on Migo-R"
59 depends on SH_MIGOR 58 depends on SH_MIGOR
60 select SND_SOC_SH4_SIU 59 select SND_SOC_SH4_SIU
61 select SND_SOC_WM8978 60 select SND_SOC_WM8978
62 help 61 help
63 This option enables sound support for the SH7722 Migo-R board 62 This option enables sound support for the SH7722 Migo-R board
64 63
65 endmenu 64 endmenu
66 65