From 922b3ca8e515f0b3079ba4dfc9bc778102b48089 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 31 Dec 2014 19:47:08 -0800 Subject: ARM: Fix ARM_LPAE to not be selectable as a menu item. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was showing up as a menu item and it should not. Change-Id: I448f683fbf4187b11821381332f971b1daea29f8 Signed-off-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/8027 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch') diff --git a/src/arch/arm/Kconfig b/src/arch/arm/Kconfig index e946f599f3..156c8c227e 100644 --- a/src/arch/arm/Kconfig +++ b/src/arch/arm/Kconfig @@ -33,5 +33,5 @@ config MAINBOARD_HAS_BOOTBLOCK_INIT default n config ARM_LPAE - bool "Enable LPAE" + bool default n -- cgit v1.2.3