dell/snb_ivb_workstations: 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: I80bd87aa2f97da74a1bbcf05b16f0d5980e142f2 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75072 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
parent
11b299dd78
commit
8fca63f98f
|
@ -18,6 +18,14 @@ config BOARD_DELL_SNB_IVB_WORKSTATIONS
|
|||
select PCIEXP_L1_SUB_STATE
|
||||
select DRIVERS_UART_8250IO
|
||||
|
||||
config BOARD_DELL_OPTIPLEX_9010
|
||||
select BOARD_DELL_SNB_IVB_WORKSTATIONS
|
||||
select SOUTHBRIDGE_INTEL_C216
|
||||
|
||||
config BOARD_DELL_PRECISION_T1650
|
||||
select BOARD_DELL_SNB_IVB_WORKSTATIONS
|
||||
select SOUTHBRIDGE_INTEL_C216
|
||||
|
||||
if BOARD_DELL_SNB_IVB_WORKSTATIONS
|
||||
|
||||
config MAINBOARD_DIR
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
config BOARD_DELL_OPTIPLEX_9010
|
||||
bool "OptiPlex 9010 SFF"
|
||||
select BOARD_DELL_SNB_IVB_WORKSTATIONS
|
||||
select SOUTHBRIDGE_INTEL_C216
|
||||
|
||||
config BOARD_DELL_PRECISION_T1650
|
||||
bool "Dell Precision T1650"
|
||||
select BOARD_DELL_SNB_IVB_WORKSTATIONS
|
||||
select SOUTHBRIDGE_INTEL_C216
|
||||
|
|
Loading…
Reference in New Issue