diff options
author | Mark Brown <broonie@sirena.org.uk> | 2008-07-10 12:52:10 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-26 12:02:00 -0400 |
commit | 58d27fcfe64a21c7094e0b60784258e1cccf26a4 (patch) | |
tree | be709468acf583ded9b10ec3bef66cde5d4e9780 /arch/arm/mach-pxa/Kconfig | |
parent | ad826e22c1343ceca76d814539a6fc94dd474def (diff) |
[ARM] 5111/2: zylonite: Configure SSP
SSP3 is connected to the voice PCM of the WM9713 audio codec on the
Zylonite so configure the MFPs appropriately and select SSP support.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index e8ee7ec9ff6d..4ef9ad17f224 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -189,6 +189,7 @@ config MACH_COLIBRI | |||
189 | config MACH_ZYLONITE | 189 | config MACH_ZYLONITE |
190 | bool "PXA3xx Development Platform (aka Zylonite)" | 190 | bool "PXA3xx Development Platform (aka Zylonite)" |
191 | select PXA3xx | 191 | select PXA3xx |
192 | select PXA_SSP | ||
192 | select HAVE_PWM | 193 | select HAVE_PWM |
193 | 194 | ||
194 | config MACH_LITTLETON | 195 | config MACH_LITTLETON |