Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12805
-gerrit
commit add6f32622794b3ec8ee43997fd2139f083291f8 Author: Martin Roth gaumless@gmail.com Date: Sat Dec 26 16:51:16 2015 -0700
Kconfig: move fmap description file prompt into the mainboard menu
The FMD is board-specific, so it makes sense to have it in the mainboard menu.
Change-Id: I52fba5ced869d51d10065f8c9ebd258d3a1d4156 Signed-off-by: Martin Roth gaumless@gmail.com --- src/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Kconfig b/src/Kconfig index 38cf855..12dd915 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -374,8 +374,6 @@ config CBFS_SIZE components like ChromeOS's vboot/FMAP or Intel's IFD / ME / TXE binaries.
-endmenu - config FMDFILE string "fmap description file in fmd format" default "" @@ -384,6 +382,8 @@ config FMDFILE but in some cases more complex setups are required. When an fmd is specified, it overrides the default format.
+endmenu + config SYSTEM_TYPE_LAPTOP default n bool