diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 8439a003ea..818eb59c8b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -376,6 +376,14 @@ config CBFS_SIZE endmenu +config FMDFILE + string "fmap description file in fmd format" + default "" + help + The build system creates a default FMAP from ROM_SIZE and CBFS_SIZE, + but in some cases more complex setups are required. + When an fmd is specified, it overrides the default format. + config SYSTEM_TYPE_LAPTOP default n bool |