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>
This commit is contained in:
parent
000e8aa3f7
commit
da1ca20ac3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue