Kconfig (c7d77a7980e434c3af17de19e3348157f9b9ccce) Kconfig (6f0c42269f000b1e346c84d9a589f17aa94c96d8)
1#
2# SoC audio configuration
3#
4
5menuconfig SND_SOC
6 tristate "ALSA for SoC audio support"
7 select SND_PCM
8 select AC97_BUS if SND_SOC_AC97_BUS
9 select SND_JACK if INPUT=y || INPUT=SND
10 select REGMAP_I2C if I2C
11 select REGMAP_SPI if SPI_MASTER
1#
2# SoC audio configuration
3#
4
5menuconfig SND_SOC
6 tristate "ALSA for SoC audio support"
7 select SND_PCM
8 select AC97_BUS if SND_SOC_AC97_BUS
9 select SND_JACK if INPUT=y || INPUT=SND
10 select REGMAP_I2C if I2C
11 select REGMAP_SPI if SPI_MASTER
12 select SND_COMPRESS_OFFLOAD
13 ---help---
14
15 If you want ASoC support, you should say Y here and also to the
16 specific driver for your SoC platform below.
17
18 ASoC provides power efficient ALSA support for embedded battery powered
19 SoC based systems like PDA's, Phones and Personal Media Players.
20

--- 4 unchanged lines hidden (view full) ---

25
26config SND_SOC_AC97_BUS
27 bool
28
29config SND_SOC_GENERIC_DMAENGINE_PCM
30 bool
31 select SND_DMAENGINE_PCM
32
12 ---help---
13
14 If you want ASoC support, you should say Y here and also to the
15 specific driver for your SoC platform below.
16
17 ASoC provides power efficient ALSA support for embedded battery powered
18 SoC based systems like PDA's, Phones and Personal Media Players.
19

--- 4 unchanged lines hidden (view full) ---

24
25config SND_SOC_AC97_BUS
26 bool
27
28config SND_SOC_GENERIC_DMAENGINE_PCM
29 bool
30 select SND_DMAENGINE_PCM
31
32config SND_SOC_COMPRESS
33 bool
34 select SND_COMPRESS_OFFLOAD
35
33config SND_SOC_TOPOLOGY
34 bool
35
36# All the supported SoCs
37source "sound/soc/adi/Kconfig"
38source "sound/soc/atmel/Kconfig"
39source "sound/soc/au1x/Kconfig"
40source "sound/soc/bcm/Kconfig"

--- 34 unchanged lines hidden ---
36config SND_SOC_TOPOLOGY
37 bool
38
39# All the supported SoCs
40source "sound/soc/adi/Kconfig"
41source "sound/soc/atmel/Kconfig"
42source "sound/soc/au1x/Kconfig"
43source "sound/soc/bcm/Kconfig"

--- 34 unchanged lines hidden ---