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 |
Namarta Kohli | 1245b70 | 2012-08-16 17:10:41 +0530 | [diff] [blame] | 12 | select SND_COMPRESS_OFFLOAD |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 13 | ---help--- |
| 14 | |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 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. |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 20 | |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 21 | 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] | 22 | will be called snd-soc-core. |
| 23 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 24 | if SND_SOC |
| 25 | |
| 26 | config SND_SOC_AC97_BUS |
| 27 | bool |
| 28 | |
Lars-Peter Clausen | 28c4468 | 2013-04-15 19:19:50 +0200 | [diff] [blame] | 29 | config SND_SOC_GENERIC_DMAENGINE_PCM |
| 30 | bool |
Daniel Mack | b7ae6f3 | 2013-08-12 10:42:37 +0200 | [diff] [blame] | 31 | select SND_DMAENGINE_PCM |
Lars-Peter Clausen | 28c4468 | 2013-04-15 19:19:50 +0200 | [diff] [blame] | 32 | |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 33 | # All the supported SoCs |
Lars-Peter Clausen | 8f2fe34 | 2013-12-06 11:02:50 +0100 | [diff] [blame] | 34 | source "sound/soc/adi/Kconfig" |
Sedji Gaouaou | 6c74250 | 2008-10-03 16:57:50 +0200 | [diff] [blame] | 35 | source "sound/soc/atmel/Kconfig" |
Manuel Lauss | 4a161d2 | 2008-07-09 16:27:56 +0200 | [diff] [blame] | 36 | source "sound/soc/au1x/Kconfig" |
Florian Meier | c6aeb7d | 2013-11-22 16:24:08 +0100 | [diff] [blame] | 37 | source "sound/soc/bcm/Kconfig" |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 38 | source "sound/soc/blackfin/Kconfig" |
Alexander Shiyan | 0ed275e | 2012-08-21 19:21:51 +0400 | [diff] [blame] | 39 | source "sound/soc/cirrus/Kconfig" |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 40 | source "sound/soc/davinci/Kconfig" |
Rajeev Kumar | 3a9cf8e | 2012-06-21 15:54:51 +0530 | [diff] [blame] | 41 | source "sound/soc/dwc/Kconfig" |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 42 | source "sound/soc/fsl/Kconfig" |
Mark Brown | 9af8381 | 2010-07-05 12:09:22 +0900 | [diff] [blame] | 43 | source "sound/soc/jz4740/Kconfig" |
Wan ZongShun | 1082e27 | 2010-05-18 13:41:46 +0800 | [diff] [blame] | 44 | source "sound/soc/nuc900/Kconfig" |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 45 | source "sound/soc/omap/Kconfig" |
apatard@mandriva.com | f9b9598 | 2010-05-31 13:49:14 +0200 | [diff] [blame] | 46 | source "sound/soc/kirkwood/Kconfig" |
Jarkko Nikula | 784cbf8 | 2013-11-21 13:32:24 +0200 | [diff] [blame] | 47 | source "sound/soc/intel/Kconfig" |
Dong Aisheng | 009ad05 | 2011-07-21 12:36:58 +0800 | [diff] [blame] | 48 | source "sound/soc/mxs/Kconfig" |
Liam Girdwood | 734c2d4 | 2006-10-12 14:34:32 +0200 | [diff] [blame] | 49 | source "sound/soc/pxa/Kconfig" |
Jassi Brar | 5033f43 | 2010-11-22 15:37:25 +0900 | [diff] [blame] | 50 | source "sound/soc/samsung/Kconfig" |
Daniel Glöckner | 4b166da | 2009-03-28 19:47:01 +0100 | [diff] [blame] | 51 | source "sound/soc/s6000/Kconfig" |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 52 | source "sound/soc/sh/Kconfig" |
Rongjun Ying | a731e21 | 2014-03-05 16:34:35 +0800 | [diff] [blame] | 53 | source "sound/soc/sirf/Kconfig" |
Rajeev Kumar | e58070e | 2013-06-10 16:19:40 +0530 | [diff] [blame] | 54 | source "sound/soc/spear/Kconfig" |
Stephen Warren | 8b75d71 | 2011-01-07 22:36:17 -0700 | [diff] [blame] | 55 | source "sound/soc/tegra/Kconfig" |
Atsushi Nemoto | e24805d | 2009-05-19 22:12:15 +0900 | [diff] [blame] | 56 | source "sound/soc/txx9/Kconfig" |
Ola Lilja | 3592b7f | 2012-05-08 15:57:18 +0200 | [diff] [blame] | 57 | source "sound/soc/ux500/Kconfig" |
Frank Mandarino | 8dafc0f | 2006-10-06 18:41:42 +0200 | [diff] [blame] | 58 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 59 | # Supported codecs |
| 60 | source "sound/soc/codecs/Kconfig" |
| 61 | |
Kuninori Morimoto | f239088 | 2012-04-08 21:17:50 -0700 | [diff] [blame] | 62 | # generic frame-work |
| 63 | source "sound/soc/generic/Kconfig" |
| 64 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 65 | endif # SND_SOC |
| 66 | |