Kconfig (5a2dd72abdae75ea2960145e0549635ce4e0be96) | Kconfig (28796eaf806502b9bd86cbacf8edbc14c80c14b0) |
---|---|
1config SND_PXA2XX_SOC 2 tristate "SoC Audio for the Intel PXA2xx chip" 3 depends on ARCH_PXA 4 select SND_PXA2XX_LIB 5 help 6 Say Y or M if you want to add support for codecs attached to 7 the PXA2xx AC97, I2S or SSP interface. You will also need 8 to select the audio interfaces to support below. --- 47 unchanged lines hidden (view full) --- 56 depends on SND_PXA2XX_SOC && MACH_TOSA 57 depends on MFD_TC6393XB 58 select SND_PXA2XX_SOC_AC97 59 select SND_SOC_WM9712 60 help 61 Say Y if you want to add support for SoC audio on Sharp 62 Zaurus SL-C6000x models (Tosa). 63 | 1config SND_PXA2XX_SOC 2 tristate "SoC Audio for the Intel PXA2xx chip" 3 depends on ARCH_PXA 4 select SND_PXA2XX_LIB 5 help 6 Say Y or M if you want to add support for codecs attached to 7 the PXA2xx AC97, I2S or SSP interface. You will also need 8 to select the audio interfaces to support below. --- 47 unchanged lines hidden (view full) --- 56 depends on SND_PXA2XX_SOC && MACH_TOSA 57 depends on MFD_TC6393XB 58 select SND_PXA2XX_SOC_AC97 59 select SND_SOC_WM9712 60 help 61 Say Y if you want to add support for SoC audio on Sharp 62 Zaurus SL-C6000x models (Tosa). 63 |
64config SND_PXA2XX_SOC_E740 65 tristate "SoC AC97 Audio support for e740" 66 depends on SND_PXA2XX_SOC && MACH_E740 67 select SND_SOC_WM9705 68 select SND_PXA2XX_SOC_AC97 69 help 70 Say Y if you want to add support for SoC audio on the 71 toshiba e740 PDA 72 73config SND_PXA2XX_SOC_E750 74 tristate "SoC AC97 Audio support for e750" 75 depends on SND_PXA2XX_SOC && MACH_E750 76 select SND_SOC_WM9705 77 select SND_PXA2XX_SOC_AC97 78 help 79 Say Y if you want to add support for SoC audio on the 80 toshiba e750 PDA 81 |
|
64config SND_PXA2XX_SOC_E800 65 tristate "SoC AC97 Audio support for e800" 66 depends on SND_PXA2XX_SOC && MACH_E800 67 select SND_SOC_WM9712 68 select SND_PXA2XX_SOC_AC97 69 help 70 Say Y if you want to add support for SoC audio on the 71 Toshiba e800 PDA --- 28 unchanged lines hidden --- | 82config SND_PXA2XX_SOC_E800 83 tristate "SoC AC97 Audio support for e800" 84 depends on SND_PXA2XX_SOC && MACH_E800 85 select SND_SOC_WM9712 86 select SND_PXA2XX_SOC_AC97 87 help 88 Say Y if you want to add support for SoC audio on the 89 Toshiba e800 PDA --- 28 unchanged lines hidden --- |