diff options
Diffstat (limited to 'src/mainboard/amd/onyx/Kconfig')
-rw-r--r-- | src/mainboard/amd/onyx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/amd/onyx/Kconfig b/src/mainboard/amd/onyx/Kconfig index ce1b980359..260a498c65 100644 --- a/src/mainboard/amd/onyx/Kconfig +++ b/src/mainboard/amd/onyx/Kconfig @@ -4,6 +4,11 @@ config BOARD_SPECIFIC_OPTIONS def_bool y select SOC_AMD_GENOA select MISSING_BOARD_RESET + select BOARD_ROMSIZE_KB_32768 + +config FMDFILE + default "src/mainboard/amd/onyx/board.fmd" + config MAINBOARD_DIR default "amd/onyx" |