From 39bbc8cb97e2de2423cc31bee014ef56884d9f3c Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sat, 8 Nov 2014 21:49:42 +0100 Subject: Kconfig: Hide DYNAMIC_CBMEM. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only one setting actually works (exact value depends on board). So no need to show it. Change-Id: I2a85719264bbac07791ef6a9279590ba768c309e Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/7359 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 4deed2afda..cb29a2529a 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -167,7 +167,7 @@ config BROKEN_CAR_MIGRATE CAR_GLOBAL and never do CAR migration. config DYNAMIC_CBMEM - bool "The CBMEM space is dynamically grown." + bool default n select EARLY_CBMEM_INIT help -- cgit v1.2.3