HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45136 )
Change subject: src/Kconfig: Move mainboards specific symbols to mb/Kconfig ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45136/4/src/mainboard/Kconfig File src/mainboard/Kconfig:
https://review.coreboot.org/c/coreboot/+/45136/4/src/mainboard/Kconfig@55 PS4, Line 55: config FMDFILE : string "fmap description file in fmd format" : default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/chromeos.fmd" if CHROMEOS : 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. now on Kconfig tool (menuconfig) we have:
Search (FMDFILE) ──────────────────────────────────────────────────────────────────────────────
┌────────────────────────────────────── Search Results ──────────────────────────────────────┐ │ Symbol: FMDFILE [=] │ │ Type : string │ │ Prompt: FMAP description file in fmd format │ │ Location: │ │ (1) -> Mainboard │ │ Prompt: fmap description file in fmd format │ │ Location: │ │ (2) -> Mainboard │ │ Defined at src/mainboard/51nb/x210/Kconfig:47 │ │ Depends on: VENDOR_51NB [=n] && BOARD_51NB_X210 [=n]