diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-05-08 20:25:26 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-10-03 17:14:01 +0000 |
commit | f1a19f4b8127fa3a86d03217502b0cbbc6379ba4 (patch) | |
tree | feddc15bcce343c1029709ec284a4c6c439aa6de /src/mainboard/amd/mayan/Kconfig | |
parent | 8fca63f98f183ad72e2a292cb524e23eb9423ab9 (diff) |
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>
Diffstat (limited to 'src/mainboard/amd/mayan/Kconfig')
-rw-r--r-- | src/mainboard/amd/mayan/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/mayan/Kconfig b/src/mainboard/amd/mayan/Kconfig index 35b39a6686..1c6b15ae86 100644 --- a/src/mainboard/amd/mayan/Kconfig +++ b/src/mainboard/amd/mayan/Kconfig @@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS 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 |