diff options
author | Dmitry Artamonow <mad_soft@inbox.ru> | 2009-03-15 19:04:56 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-03-15 20:07:59 +0000 |
commit | f84e85ef3ccedd450d2dd266798c97b05b7b3563 (patch) | |
tree | 89d043a805be19248039b4c33371ee7d76c9d3a9 | |
parent | 78772a7cc627720e8d81c1e7f9158947996d8a7a (diff) | |
download | linux-3.10-f84e85ef3ccedd450d2dd266798c97b05b7b3563.tar.gz linux-3.10-f84e85ef3ccedd450d2dd266798c97b05b7b3563.tar.bz2 linux-3.10-f84e85ef3ccedd450d2dd266798c97b05b7b3563.zip |
[ARM] 5423/1: SA1100: remove unused H3600_SLEEVE Kconfig option
There's no actual code for iPAQ sleeves support in kernel that depends
on this config option.
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/configs/h3600_defconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-sa1100/Kconfig | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/configs/h3600_defconfig b/arch/arm/configs/h3600_defconfig index f2e16fd0a6b..1502957db2c 100644 --- a/arch/arm/configs/h3600_defconfig +++ b/arch/arm/configs/h3600_defconfig @@ -99,7 +99,6 @@ CONFIG_SA1100_H3XXX=y # CONFIG_SA1100_SHANNON is not set # CONFIG_SA1100_SIMPAD is not set # CONFIG_SA1100_SSP is not set -# CONFIG_H3600_SLEEVE is not set # # Processor Type diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig index bfc38e31518..81ffff7ed49 100644 --- a/arch/arm/mach-sa1100/Kconfig +++ b/arch/arm/mach-sa1100/Kconfig @@ -147,15 +147,6 @@ config SA1100_SSP This isn't for audio support, but for attached sensors and other devices, eg for BadgePAD 4 sensor support. -config H3600_SLEEVE - tristate "Compaq iPAQ Handheld sleeve support" - depends on SA1100_H3100 || SA1100_H3600 - help - Choose this option to enable support for extension packs (sleeves) - for the Compaq iPAQ H3XXX series of handheld computers. This option - is required for the CF, PCMCIA, Bluetooth and GSM/GPRS extension - packs. - endmenu endif |