diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-03-15 10:39:27 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 11:24:57 -0400 |
commit | 639b91a364fafea24fc1d2e8853c12ce45d4ceea (patch) | |
tree | 85a77572122cf0750f061ed868f1db44ba30898c /arch/arm/mach-pxa/Kconfig | |
parent | 5700929d2209c5e2038f340bacc91e9818439cdf (diff) |
[ARM] pxa: remove now un-used corgi_ssp.c and corgi_lcd.c
The only use of corgi_ssp.c is corgi_ts.c, which is now deprecated
and removed. Remove corgi_ssp.c and corgi_lcd.c and their relevant
function declarations and data structures.
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 5b6ee46fa7f..089579fda6c 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -461,15 +461,6 @@ config SHARPSL_PM_MAX1111 | |||
461 | select HWMON | 461 | select HWMON |
462 | select SENSORS_MAX1111 | 462 | select SENSORS_MAX1111 |
463 | 463 | ||
464 | config CORGI_SSP_DEPRECATED | ||
465 | bool | ||
466 | select PXA_SSP | ||
467 | select PXA_SSP_LEGACY | ||
468 | help | ||
469 | This option will include corgi_ssp.c and corgi_lcd.c | ||
470 | that corgi_ts.c and other legacy drivers (corgi_bl.c | ||
471 | and sharpsl_pm.c) may depend on. | ||
472 | |||
473 | config MACH_POODLE | 464 | config MACH_POODLE |
474 | bool "Enable Sharp SL-5600 (Poodle) Support" | 465 | bool "Enable Sharp SL-5600 (Poodle) Support" |
475 | depends on PXA_SHARPSL | 466 | depends on PXA_SHARPSL |