mb/intel/glkrvp: 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: I817faab0438a35d2e8859342e7c2b2dbaa0afeeb Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78129 Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Felix Singer
parent
28f699246f
commit
3c0350989d
@@ -13,6 +13,10 @@ config BOARD_INTEL_BASEBOARD_GLKRVP
|
|||||||
select DRIVERS_I2C_DA7219
|
select DRIVERS_I2C_DA7219
|
||||||
select SOC_ESPI
|
select SOC_ESPI
|
||||||
|
|
||||||
|
config BOARD_INTEL_GLKRVP
|
||||||
|
select BOARD_INTEL_BASEBOARD_GLKRVP
|
||||||
|
select BASEBOARD_GLKRVP_LAPTOP
|
||||||
|
|
||||||
if BOARD_INTEL_BASEBOARD_GLKRVP
|
if BOARD_INTEL_BASEBOARD_GLKRVP
|
||||||
|
|
||||||
config BASEBOARD_GLKRVP_LAPTOP
|
config BASEBOARD_GLKRVP_LAPTOP
|
||||||
|
@@ -1,4 +1,2 @@
|
|||||||
config BOARD_INTEL_GLKRVP
|
config BOARD_INTEL_GLKRVP
|
||||||
bool "Glkrvp"
|
bool "Glkrvp"
|
||||||
select BOARD_INTEL_BASEBOARD_GLKRVP
|
|
||||||
select BASEBOARD_GLKRVP_LAPTOP
|
|
||||||
|
Reference in New Issue
Block a user