mb/google/kahlee: 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: Id060f781b87567da2756c89275002b9ea4f4976c Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75015 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
6732c2bb05
commit
5135a6016d
@@ -37,6 +37,24 @@ config BOARD_GOOGLE_BASEBOARD_KAHLEE
|
|||||||
select TPM_GOOGLE_CR50
|
select TPM_GOOGLE_CR50
|
||||||
select AMD_FWM_POSITION_F20000_DEFAULT
|
select AMD_FWM_POSITION_F20000_DEFAULT
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_ALEENA
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_CAREENA
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_GRUNT
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_LIARA
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_NUWANI
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_TREEYA
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
||||||
|
|
||||||
if BOARD_GOOGLE_BASEBOARD_KAHLEE
|
if BOARD_GOOGLE_BASEBOARD_KAHLEE
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
|
@@ -2,24 +2,18 @@ comment "Kahlee"
|
|||||||
|
|
||||||
config BOARD_GOOGLE_ALEENA
|
config BOARD_GOOGLE_ALEENA
|
||||||
bool "-> Aleena/Kasumi (Acer Chromebook 315 (CB315-2H), 311 (C721) / Spin 311 (R721T))"
|
bool "-> Aleena/Kasumi (Acer Chromebook 315 (CB315-2H), 311 (C721) / Spin 311 (R721T))"
|
||||||
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_CAREENA
|
config BOARD_GOOGLE_CAREENA
|
||||||
bool "-> Barla/Careena (HP Chromebook 11A G6/G8 EE, 14A G5/G6)"
|
bool "-> Barla/Careena (HP Chromebook 11A G6/G8 EE, 14A G5/G6)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_GRUNT
|
config BOARD_GOOGLE_GRUNT
|
||||||
bool "-> Grunt"
|
bool "-> Grunt"
|
||||||
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_LIARA
|
config BOARD_GOOGLE_LIARA
|
||||||
bool "-> Liara (Lenovo 14e Chromebook, Chromebook S345-14)"
|
bool "-> Liara (Lenovo 14e Chromebook, Chromebook S345-14)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_NUWANI
|
config BOARD_GOOGLE_NUWANI
|
||||||
bool "-> Nuwani"
|
bool "-> Nuwani"
|
||||||
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_TREEYA
|
config BOARD_GOOGLE_TREEYA
|
||||||
bool "-> Treeya (Lenovo 100e/300e Gen2 AMD)"
|
bool "-> Treeya (Lenovo 100e/300e Gen2 AMD)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_KAHLEE
|
|
||||||
|
Reference in New Issue
Block a user