diff options
Diffstat (limited to 'src/mainboard/amd/onyx/Kconfig')
-rw-r--r-- | src/mainboard/amd/onyx/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainboard/amd/onyx/Kconfig b/src/mainboard/amd/onyx/Kconfig new file mode 100644 index 0000000000..ce1b980359 --- /dev/null +++ b/src/mainboard/amd/onyx/Kconfig @@ -0,0 +1,14 @@ +if BOARD_AMD_ONYX + +config BOARD_SPECIFIC_OPTIONS + def_bool y + select SOC_AMD_GENOA + select MISSING_BOARD_RESET + +config MAINBOARD_DIR + default "amd/onyx" + +config MAINBOARD_PART_NUMBER + default "Onyx" + +endif |