mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
30d38542ec
* 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (85 commits) [ARM] pxa: add base support for PXA930 Handheld Platform (aka SAAR) [ARM] pxa: add base support for PXA930 Evaluation Board (aka TavorEVB) [ARM] pxa: add base support for PXA930 (aka Tavor-P) [ARM] Update mach-types [ARM] pxa: make littleton to use the new smc91x platform data [ARM] pxa: make zylonite to use the new smc91x platform data [ARM] pxa: make mainstone to use the new smc91x platform data [ARM] pxa: make lubbock to use new smc91x platform data [NET] smc91x: prepare SMC_USE_PXA_DMA to be specified in platform data [NET] smc91x: prepare for SMC_IO_SHIFT to be a platform configurable variable [NET] smc91x: add SMC91X_NOWAIT flag to platform data [NET] smc91x: favor the use of SMC91X_USE_* instead of SMC_CAN_USE_* [NET] smc91x: remove "irq_flags" from "struct smc91x_platdata" [ARM] 5146/1: pxa2xx: convert all boards to call pxa2xx_transceiver_mode helper Support for LCD on e740 e750 e400 and e800 e-series PDAs E-series UDC support PXA UDC - allow use of inverted GPIO for pullup Add e350 support Fix broken e-series build E-series GPIO / IRQ definitions. ...
74 lines
2 KiB
Text
74 lines
2 KiB
Text
config SND_PXA2XX_SOC
|
|
tristate "SoC Audio for the Intel PXA2xx chip"
|
|
depends on ARCH_PXA
|
|
help
|
|
Say Y or M if you want to add support for codecs attached to
|
|
the PXA2xx AC97, I2S or SSP interface. You will also need
|
|
to select the audio interfaces to support below.
|
|
|
|
config SND_PXA2XX_AC97
|
|
tristate
|
|
select SND_AC97_CODEC
|
|
|
|
config SND_PXA2XX_SOC_AC97
|
|
tristate
|
|
select AC97_BUS
|
|
select SND_SOC_AC97_BUS
|
|
|
|
config SND_PXA2XX_SOC_I2S
|
|
tristate
|
|
|
|
config SND_PXA2XX_SOC_CORGI
|
|
tristate "SoC Audio support for Sharp Zaurus SL-C7x0"
|
|
depends on SND_PXA2XX_SOC && PXA_SHARP_C7xx
|
|
select SND_PXA2XX_SOC_I2S
|
|
select SND_SOC_WM8731
|
|
help
|
|
Say Y if you want to add support for SoC audio on Sharp
|
|
Zaurus SL-C7x0 models (Corgi, Shepherd, Husky).
|
|
|
|
config SND_PXA2XX_SOC_SPITZ
|
|
tristate "SoC Audio support for Sharp Zaurus SL-Cxx00"
|
|
depends on SND_PXA2XX_SOC && PXA_SHARP_Cxx00
|
|
select SND_PXA2XX_SOC_I2S
|
|
select SND_SOC_WM8750
|
|
help
|
|
Say Y if you want to add support for SoC audio on Sharp
|
|
Zaurus SL-Cxx00 models (Spitz, Borzoi and Akita).
|
|
|
|
config SND_PXA2XX_SOC_POODLE
|
|
tristate "SoC Audio support for Poodle"
|
|
depends on SND_PXA2XX_SOC && MACH_POODLE
|
|
select SND_PXA2XX_SOC_I2S
|
|
select SND_SOC_WM8731
|
|
help
|
|
Say Y if you want to add support for SoC audio on Sharp
|
|
Zaurus SL-5600 model (Poodle).
|
|
|
|
config SND_PXA2XX_SOC_TOSA
|
|
tristate "SoC AC97 Audio support for Tosa"
|
|
depends on SND_PXA2XX_SOC && MACH_TOSA
|
|
depends on MFD_TC6393XB
|
|
select SND_PXA2XX_SOC_AC97
|
|
select SND_SOC_WM9712
|
|
help
|
|
Say Y if you want to add support for SoC audio on Sharp
|
|
Zaurus SL-C6000x models (Tosa).
|
|
|
|
config SND_PXA2XX_SOC_E800
|
|
tristate "SoC AC97 Audio support for e800"
|
|
depends on SND_PXA2XX_SOC && MACH_E800
|
|
select SND_SOC_WM9712
|
|
select SND_PXA2XX_SOC_AC97
|
|
help
|
|
Say Y if you want to add support for SoC audio on the
|
|
Toshiba e800 PDA
|
|
|
|
config SND_PXA2XX_SOC_EM_X270
|
|
tristate "SoC Audio support for CompuLab EM-x270"
|
|
depends on SND_PXA2XX_SOC && MACH_EM_X270
|
|
select SND_PXA2XX_SOC_AC97
|
|
select SND_SOC_WM9712
|
|
help
|
|
Say Y if you want to add support for SoC audio on
|
|
CompuLab EM-x270.
|