diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2015-11-01 02:05:40 +0200 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2016-02-11 02:26:40 +0200 |
commit | 1465e98a2c787e7335dc71722e678932bad71a12 (patch) | |
tree | 1e3695aeb1a412006e0201e3ef4cf4463b2cbc43 /arch/arm/Kconfig | |
parent | c227f127e3b10b1de4c6b08eb73e0081f585fbe8 (diff) | |
download | linux-1465e98a2c787e7335dc71722e678932bad71a12.tar.gz linux-1465e98a2c787e7335dc71722e678932bad71a12.tar.bz2 linux-1465e98a2c787e7335dc71722e678932bad71a12.zip |
arm: lpc32xx: remove selected HAVE_IDE
NXP LPC32xx platform does not have any controller capable for disk
drives, selection of HAVE_IDE is not needed.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 948ae1938ade..d03294f20c7a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -531,7 +531,6 @@ config ARCH_LPC32XX select COMMON_CLK select CPU_ARM926T select GENERIC_CLOCKEVENTS - select HAVE_IDE select USE_OF help Support for the NXP LPC32XX family of processors |