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 |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 10 | ---help--- |
| 11 | |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 12 | If you want ASoC support, you should say Y here and also to the |
| 13 | specific driver for your SoC platform below. |
| 14 | |
| 15 | ASoC provides power efficient ALSA support for embedded battery powered |
| 16 | SoC based systems like PDA's, Phones and Personal Media Players. |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 17 | |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 18 | 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] | 19 | will be called snd-soc-core. |
| 20 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 21 | if SND_SOC |
| 22 | |
Mark Brown | 68d44ee | 2010-12-21 17:19:56 +0000 | [diff] [blame] | 23 | config SND_SOC_CACHE_LZO |
| 24 | bool "Support LZO compression for register caches" |
| 25 | select LZO_COMPRESS |
| 26 | select LZO_DECOMPRESS |
| 27 | ---help--- |
| 28 | Select this to enable LZO compression for register caches. |
| 29 | This will allow machine or CODEC drivers to compress register |
| 30 | caches in memory, reducing the memory consumption at the |
| 31 | expense of performance. If this is not present and is used |
| 32 | the system will fall back to uncompressed caches. |
| 33 | |
| 34 | Usually it is safe to disable this option, where cache |
| 35 | compression in used the rbtree option will typically perform |
| 36 | better. |
| 37 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 38 | config SND_SOC_AC97_BUS |
| 39 | bool |
| 40 | |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 41 | # All the supported SoCs |
Sedji Gaouaou | 6c74250 | 2008-10-03 16:57:50 +0200 | [diff] [blame] | 42 | source "sound/soc/atmel/Kconfig" |
Manuel Lauss | 4a161d2 | 2008-07-09 16:27:56 +0200 | [diff] [blame] | 43 | source "sound/soc/au1x/Kconfig" |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 44 | source "sound/soc/blackfin/Kconfig" |
| 45 | source "sound/soc/davinci/Kconfig" |
Ryan Mallon | db5bf41 | 2010-06-04 17:11:24 +1200 | [diff] [blame] | 46 | source "sound/soc/ep93xx/Kconfig" |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 47 | source "sound/soc/fsl/Kconfig" |
Mark Brown | 29e02cb | 2009-08-15 11:37:30 +0100 | [diff] [blame] | 48 | source "sound/soc/imx/Kconfig" |
Mark Brown | 9af8381 | 2010-07-05 12:09:22 +0900 | [diff] [blame] | 49 | source "sound/soc/jz4740/Kconfig" |
Wan ZongShun | 1082e27 | 2010-05-18 13:41:46 +0800 | [diff] [blame] | 50 | source "sound/soc/nuc900/Kconfig" |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 51 | source "sound/soc/omap/Kconfig" |
apatard@mandriva.com | f9b9598 | 2010-05-31 13:49:14 +0200 | [diff] [blame] | 52 | source "sound/soc/kirkwood/Kconfig" |
Vinod Koul | e62255f | 2011-01-04 20:17:04 +0530 | [diff] [blame] | 53 | source "sound/soc/mid-x86/Kconfig" |
Liam Girdwood | 734c2d4 | 2006-10-12 14:34:32 +0200 | [diff] [blame] | 54 | source "sound/soc/pxa/Kconfig" |
Jassi Brar | 5033f43 | 2010-11-22 15:37:25 +0900 | [diff] [blame] | 55 | source "sound/soc/samsung/Kconfig" |
Daniel Glöckner | 4b166da | 2009-03-28 19:47:01 +0100 | [diff] [blame] | 56 | source "sound/soc/s6000/Kconfig" |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 57 | source "sound/soc/sh/Kconfig" |
Stephen Warren | 8b75d71 | 2011-01-07 22:36:17 -0700 | [diff] [blame] | 58 | source "sound/soc/tegra/Kconfig" |
Atsushi Nemoto | e24805d | 2009-05-19 22:12:15 +0900 | [diff] [blame] | 59 | source "sound/soc/txx9/Kconfig" |
Frank Mandarino | 8dafc0f | 2006-10-06 18:41:42 +0200 | [diff] [blame] | 60 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 61 | # Supported codecs |
| 62 | source "sound/soc/codecs/Kconfig" |
| 63 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 64 | endif # SND_SOC |
| 65 | |