ARM: Fix ARM_LPAE to not be selectable as a menu item.
It was showing up as a menu item and it should not. Change-Id: I448f683fbf4187b11821381332f971b1daea29f8 Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-on: http://review.coreboot.org/8027 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
149ea15f7e
commit
922b3ca8e5
|
@ -33,5 +33,5 @@ config MAINBOARD_HAS_BOOTBLOCK_INIT
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config ARM_LPAE
|
config ARM_LPAE
|
||||||
bool "Enable LPAE"
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue