Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/75083?usp=email )
Change subject: mb/amd/mayan: Move selects from Kconfig.name to Kconfig ......................................................................
mb/amd/mayan: Move selects from Kconfig.name to Kconfig
Selects should be done in the Kconfig file instead of Kconfig.name and not mixed over both files.
Change-Id: I5a321680b1b84ca0b2598d2446ff10257947a733 Signed-off-by: Felix Singer felixsinger@posteo.net Reviewed-on: https://review.coreboot.org/c/coreboot/+/75083 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Martin L Roth gaumless@gmail.com --- M src/mainboard/amd/mayan/Kconfig M src/mainboard/amd/mayan/Kconfig.name 2 files changed, 1 insertion(+), 1 deletion(-)
Approvals: Martin L Roth: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/amd/mayan/Kconfig b/src/mainboard/amd/mayan/Kconfig index 35b39a6..1c6b15a 100644 --- a/src/mainboard/amd/mayan/Kconfig +++ b/src/mainboard/amd/mayan/Kconfig @@ -14,6 +14,7 @@ select PCIEXP_COMMON_CLOCK select PCIEXP_L1_SUB_STATE select SOC_AMD_COMMON_BLOCK_ESPI_RETAIN_PORT80_EN + select SOC_AMD_PHOENIX
config FMDFILE default "src/mainboard/amd/mayan/chromeos.fmd" if CHROMEOS diff --git a/src/mainboard/amd/mayan/Kconfig.name b/src/mainboard/amd/mayan/Kconfig.name index 9c99748..8179596 100644 --- a/src/mainboard/amd/mayan/Kconfig.name +++ b/src/mainboard/amd/mayan/Kconfig.name @@ -2,4 +2,3 @@
config BOARD_AMD_MAYAN_PHOENIX bool "-> Mayan for Phoenix SoC" - select SOC_AMD_PHOENIX