diff options
author | Christoph Egger <siccegge@cs.fau.de> | 2010-07-04 15:28:23 (GMT) |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-08-05 06:32:32 (GMT) |
commit | 556a460e5d99eddc1a37bf689108d14f5d7e7668 (patch) | |
tree | f975408f3794c59792b5cb6705639531f0cc63a0 /arch/arm/mach-pxa/Kconfig | |
parent | 8ae807c581338bc7d0b870bfb4c8caac3772ca64 (diff) | |
download | linux-556a460e5d99eddc1a37bf689108d14f5d7e7668.tar.xz |
[ARM] pxa: removing dead CORGI_SSP_DEPRECATED
CORGI_SSP_DEPRECATED doesn't exist in Kconfig, therefore removing all
references for it from the source code.
Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
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/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 2bd33ff..21d1224 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -682,7 +682,6 @@ config SHARPSL_PM config SHARPSL_PM_MAX1111 bool - depends on !CORGI_SSP_DEPRECATED select HWMON select SENSORS_MAX1111 |