diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-10-22 20:33:50 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-22 20:33:50 +0200 |
commit | bcbfe664e7af019e698cef2feb85ac2b4f1ac11d (patch) | |
tree | bade11b3088e3768612ecb2cd6e285ab67a23286 /arch/arm/mach-pxa/Kconfig | |
parent | [ARM] clps711x: add sparsemem definitions (diff) | |
parent | [ARM] pxa/spitz: fix unbalance parenthesis in header file spitz.h (diff) | |
download | linux-bcbfe664e7af019e698cef2feb85ac2b4f1ac11d.tar.xz linux-bcbfe664e7af019e698cef2feb85ac2b4f1ac11d.zip |
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index f781873431f3..a062235e83a8 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -71,6 +71,14 @@ config PXA_SHARPSL SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa) handheld computer. +config CORGI_SSP_DEPRECATED + bool + select PXA_SSP + help + This option will include corgi_ssp.c and corgi_lcd.c + that corgi_ts.c and other legacy drivers (corgi_bl.c + and sharpsl_pm.c) may depend on. + config MACH_POODLE bool "Enable Sharp SL-5600 (Poodle) Support" depends on PXA_SHARPSL |