mb/prodrive: 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: Iface0fd1d44649c6d9773940818e028e3d3a4292
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75029
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 19:57:44 +02:00 committed by Felix Singer
parent f1a19f4b81
commit d684d277a4
4 changed files with 6 additions and 2 deletions

View File

@ -12,6 +12,9 @@ config BOARD_PRODRIVE_ATLAS_BASEBOARD
select PCIEXP_SUPPORT_RESIZABLE_BARS select PCIEXP_SUPPORT_RESIZABLE_BARS
select SOC_INTEL_ALDERLAKE_PCH_P select SOC_INTEL_ALDERLAKE_PCH_P
config BOARD_PRODRIVE_ATLAS
select BOARD_PRODRIVE_ATLAS_BASEBOARD
if BOARD_PRODRIVE_ATLAS_BASEBOARD if BOARD_PRODRIVE_ATLAS_BASEBOARD
config ATLAS_ENABLE_SAGV config ATLAS_ENABLE_SAGV

View File

@ -1,3 +1,2 @@
config BOARD_PRODRIVE_ATLAS config BOARD_PRODRIVE_ATLAS
bool "Atlas" bool "Atlas"
select BOARD_PRODRIVE_ATLAS_BASEBOARD

View File

@ -18,6 +18,9 @@ config BOARD_PRODRIVE_HERMES_BASEBOARD
select HAVE_ACPI_RESUME if !HERMES_USES_SPS_FIRMWARE select HAVE_ACPI_RESUME if !HERMES_USES_SPS_FIRMWARE
select DISABLE_ACPI_HIBERNATE if HERMES_USES_SPS_FIRMWARE select DISABLE_ACPI_HIBERNATE if HERMES_USES_SPS_FIRMWARE
config BOARD_PRODRIVE_HERMES
select BOARD_PRODRIVE_HERMES_BASEBOARD
if BOARD_PRODRIVE_HERMES_BASEBOARD if BOARD_PRODRIVE_HERMES_BASEBOARD
config HERMES_USES_SPS_FIRMWARE config HERMES_USES_SPS_FIRMWARE

View File

@ -1,3 +1,2 @@
config BOARD_PRODRIVE_HERMES config BOARD_PRODRIVE_HERMES
bool "Hermes" bool "Hermes"
select BOARD_PRODRIVE_HERMES_BASEBOARD