mb/amd/birman: 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: I836c35e6bbfa77d536065a4237ef85a170df9fdb
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78974
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-11-09 22:23:07 +01:00 committed by Felix Singer
parent 628becd684
commit 3a36daf873
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# SPDX-License-Identifier: GPL-2.0-only
config BOARD_AMD_BIRMAN_PHOENIX
select SOC_AMD_PHOENIX
config BOARD_AMD_BIRMAN_GLINDA
select SOC_AMD_GLINDA
if BOARD_AMD_BIRMAN_GLINDA || BOARD_AMD_BIRMAN_PHOENIX
config BOARD_SPECIFIC_OPTIONS

View File

@ -2,8 +2,6 @@ comment "Birman"
config BOARD_AMD_BIRMAN_PHOENIX
bool "-> Birman for Phoenix SoC"
select SOC_AMD_PHOENIX
config BOARD_AMD_BIRMAN_GLINDA
bool "-> Birman for Glinda SoC"
select SOC_AMD_GLINDA