summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorEric Miao2010-02-09 04:10:10 +0100
committerEric Miao2010-03-02 00:40:52 +0100
commita056bef45529810183f56944dcea8b4e297c2dc3 (patch)
tree31155e0d6d746fbb2272e109a2d5790e03f0d1c5 /arch/arm/mach-pxa/Kconfig
parent[ARM] pxa: define zeus_power_off() only when CONFIG_PM enabled (diff)
downloadkernel-qcow2-linux-a056bef45529810183f56944dcea8b4e297c2dc3.tar.gz
kernel-qcow2-linux-a056bef45529810183f56944dcea8b4e297c2dc3.tar.xz
kernel-qcow2-linux-a056bef45529810183f56944dcea8b4e297c2dc3.zip
[ARM] pxa: introduce PXA_SSP_LEGACY for legacy SSP API
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r--arch/arm/mach-pxa/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 3602c729b89a..38fbd0a0e402 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -458,6 +458,7 @@ config SHARPSL_PM
config CORGI_SSP_DEPRECATED
bool
select PXA_SSP
+ select PXA_SSP_LEGACY
help
This option will include corgi_ssp.c and corgi_lcd.c
that corgi_ts.c and other legacy drivers (corgi_bl.c
@@ -658,6 +659,11 @@ config PXA_SSP
help
Enable support for PXA2xx SSP ports
+config PXA_SSP_LEGACY
+ bool
+ help
+ Support of legacy SSP API
+
config TOSA_BT
tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
depends on MACH_TOSA