[coreboot-gerrit] New patch to review for coreboot: 72021d9 mainboard/Kconfig: Make `CBFS_SIZE` an expert option

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sat May 2 08:29:17 CEST 2015


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10062

-gerrit

commit 72021d9e628803576d5f40f56920112f8ddc75a3
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sat May 2 08:25:59 2015 +0200

    mainboard/Kconfig: Make `CBFS_SIZE` an expert option
    
    The Kconfig variable `CBFS_SIZE` is rarely changed by the user. So make
    it an expert option, as discussed on the mailing list [1], so it is not
    visible by default in the Kconfig menu.
    
    [1] http://coreboot.org/pipermail/coreboot/2015-May/079784.html
        [coreboot] Kconfig: Move `CBFS_SIZE` out of main section
    
    Change-Id: I0213af056ceb208682e1da2b539421746587e563
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig
index af17bf9..1f2d8ee 100644
--- a/src/mainboard/Kconfig
+++ b/src/mainboard/Kconfig
@@ -133,6 +133,7 @@ config ROM_SIZE
 config CBFS_SIZE
 	hex "Size of CBFS filesystem in ROM"
 	default ROM_SIZE
+	depends on EXPERT
 	help
 	  This is the part of the ROM actually managed by CBFS, located at the
 	  end of the ROM (passed through cbfstool -o) on x86 and at at the start



More information about the coreboot-gerrit mailing list