diff options
author | Martin Roth <gaumless@gmail.com> | 2015-12-26 16:51:16 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-12-30 20:23:20 +0100 |
commit | da1ca20ac3481e8108863b5bdc32faff38f7b740 (patch) | |
tree | e02ef9416f0f0dffe85ce4d447042b2dc49d3eaf | |
parent | 000e8aa3f7d25e3fa30487cb77263e8b66aa26ce (diff) | |
download | coreboot-da1ca20ac3481e8108863b5bdc32faff38f7b740.tar.xz |
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>
Reviewed-on: https://review.coreboot.org/12805
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
-rw-r--r-- | src/Kconfig | 4 |
1 files 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 |