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>
This commit is contained in:
Felix Singer 2023-05-08 20:25:26 +02:00 committed by Felix Singer
parent 8fca63f98f
commit f1a19f4b81
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS
select PCIEXP_COMMON_CLOCK select PCIEXP_COMMON_CLOCK
select PCIEXP_L1_SUB_STATE select PCIEXP_L1_SUB_STATE
select SOC_AMD_COMMON_BLOCK_ESPI_RETAIN_PORT80_EN select SOC_AMD_COMMON_BLOCK_ESPI_RETAIN_PORT80_EN
select SOC_AMD_PHOENIX
config FMDFILE config FMDFILE
default "src/mainboard/amd/mayan/chromeos.fmd" if CHROMEOS default "src/mainboard/amd/mayan/chromeos.fmd" if CHROMEOS

View File

@ -2,4 +2,3 @@ comment "Mayan"
config BOARD_AMD_MAYAN_PHOENIX config BOARD_AMD_MAYAN_PHOENIX
bool "-> Mayan for Phoenix SoC" bool "-> Mayan for Phoenix SoC"
select SOC_AMD_PHOENIX