From 1465e98a2c787e7335dc71722e678932bad71a12 Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Sun, 1 Nov 2015 02:05:40 +0200 Subject: [PATCH] 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 --- arch/arm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 948ae19..d03294f 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 -- 2.7.4