diff options
author | Varshit Pandya <pandyavarshit@gmail.com> | 2023-08-31 22:18:48 +0530 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-09-01 21:07:58 +0000 |
commit | d888f61f083cc68ff891b4b21191e1a8c5647307 (patch) | |
tree | 9a73fdb30911583060fb23f6e6d54cb9ec398ad3 /src/mainboard/amd/onyx/Kconfig | |
parent | 6d3682ee9b19b9e6833f38046891132be665c93c (diff) |
mb/amd/onyx: Add minimal code for onyx compilation
Change-Id: I25807e116869d1bd7b8324525bc5ae1691e072e4
Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77601
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 |