Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 1 | # |
| 2 | # SoC audio configuration |
| 3 | # |
| 4 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 5 | menuconfig SND_SOC |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 6 | tristate "ALSA for SoC audio support" |
Takashi Iwai | 1fc273b | 2007-03-08 12:53:02 +0100 | [diff] [blame] | 7 | select SND_PCM |
Mark Brown | db84537 | 2008-09-15 15:57:36 +0100 | [diff] [blame] | 8 | select AC97_BUS if SND_SOC_AC97_BUS |
Mark Brown | 8a2cd61 | 2009-01-07 17:31:10 +0000 | [diff] [blame] | 9 | select SND_JACK if INPUT=y || INPUT=SND |
Mark Brown | be3ea3b | 2011-06-13 19:35:29 +0100 | [diff] [blame] | 10 | select REGMAP_I2C if I2C |
| 11 | select REGMAP_SPI if SPI_MASTER |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 12 | ---help--- |
| 13 | |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 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. |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 19 | |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 20 | This ASoC audio support can also be built as a module. If so, the module |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 21 | will be called snd-soc-core. |
| 22 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 23 | if SND_SOC |
| 24 | |
| 25 | config SND_SOC_AC97_BUS |
| 26 | bool |
| 27 | |
Lars-Peter Clausen | e7f73a1 | 2012-02-22 10:49:08 +0100 | [diff] [blame] | 28 | config SND_SOC_DMAENGINE_PCM |
| 29 | bool |
| 30 | |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 31 | # All the supported SoCs |
Sedji Gaouaou | 6c74250 | 2008-10-03 16:57:50 +0200 | [diff] [blame] | 32 | source "sound/soc/atmel/Kconfig" |
Manuel Lauss | 4a161d2 | 2008-07-09 16:27:56 +0200 | [diff] [blame] | 33 | source "sound/soc/au1x/Kconfig" |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 34 | source "sound/soc/blackfin/Kconfig" |
| 35 | source "sound/soc/davinci/Kconfig" |
Ryan Mallon | db5bf41 | 2010-06-04 17:11:24 +1200 | [diff] [blame] | 36 | source "sound/soc/ep93xx/Kconfig" |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 37 | source "sound/soc/fsl/Kconfig" |
Mark Brown | 29e02cb | 2009-08-15 11:37:30 +0100 | [diff] [blame] | 38 | source "sound/soc/imx/Kconfig" |
Mark Brown | 9af8381 | 2010-07-05 12:09:22 +0900 | [diff] [blame] | 39 | source "sound/soc/jz4740/Kconfig" |
Wan ZongShun | 1082e27 | 2010-05-18 13:41:46 +0800 | [diff] [blame] | 40 | source "sound/soc/nuc900/Kconfig" |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 41 | source "sound/soc/omap/Kconfig" |
apatard@mandriva.com | f9b9598 | 2010-05-31 13:49:14 +0200 | [diff] [blame] | 42 | source "sound/soc/kirkwood/Kconfig" |
Vinod Koul | e62255f | 2011-01-04 20:17:04 +0530 | [diff] [blame] | 43 | source "sound/soc/mid-x86/Kconfig" |
Dong Aisheng | 009ad05 | 2011-07-21 12:36:58 +0800 | [diff] [blame] | 44 | source "sound/soc/mxs/Kconfig" |
Liam Girdwood | 734c2d4 | 2006-10-12 14:34:32 +0200 | [diff] [blame] | 45 | source "sound/soc/pxa/Kconfig" |
Jassi Brar | 5033f43 | 2010-11-22 15:37:25 +0900 | [diff] [blame] | 46 | source "sound/soc/samsung/Kconfig" |
Daniel Glöckner | 4b166da | 2009-03-28 19:47:01 +0100 | [diff] [blame] | 47 | source "sound/soc/s6000/Kconfig" |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 48 | source "sound/soc/sh/Kconfig" |
Stephen Warren | 8b75d71 | 2011-01-07 22:36:17 -0700 | [diff] [blame] | 49 | source "sound/soc/tegra/Kconfig" |
Atsushi Nemoto | e24805d | 2009-05-19 22:12:15 +0900 | [diff] [blame] | 50 | source "sound/soc/txx9/Kconfig" |
Frank Mandarino | 8dafc0f | 2006-10-06 18:41:42 +0200 | [diff] [blame] | 51 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 52 | # Supported codecs |
| 53 | source "sound/soc/codecs/Kconfig" |
| 54 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 55 | endif # SND_SOC |
| 56 | |