From a22f277bba321474a01691ae66d5952926459f44 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 31 May 2009 15:02:58 +0100 Subject: [ARM] Kconfig: remove 'default n' Kconfig entries default to n, so there's no need for this to be explicitly specified. Signed-off-by: Russell King --- arch/arm/mach-realview/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-realview/Kconfig') diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index b6ec10627776..bf35cfd89f34 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig @@ -24,7 +24,6 @@ config REALVIEW_EB_ARM11MP config REALVIEW_EB_ARM11MP_REVB bool "Support ARM11MPCore RevB tile" depends on REALVIEW_EB_ARM11MP - default n help Enable support for the ARM11MPCore RevB tile on the Realview platform. Since there are device address differences, a -- cgit