From da1ca20ac3481e8108863b5bdc32faff38f7b740 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 26 Dec 2015 16:51:16 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/12805 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Kconfig b/src/Kconfig index c30702fe18..a8b086913a 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -375,8 +375,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 "" @@ -385,6 +383,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 -- cgit v1.2.3