diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-05-08 19:26:59 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-09-21 21:02:17 +0000 |
commit | 5135a6016d5ec095b54e54fc657e0d6a02356314 (patch) | |
tree | eb946af5a1baaba1204d40aa99ddd5ea1d260b2e /src/mainboard/google/kahlee/Kconfig.name | |
parent | 6732c2bb05230742940dd98ae3ac343c3b6bd42d (diff) |
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>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig.name')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig.name | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig.name b/src/mainboard/google/kahlee/Kconfig.name index 1fa8217b61..8f8bf3ec5f 100644 --- a/src/mainboard/google/kahlee/Kconfig.name +++ b/src/mainboard/google/kahlee/Kconfig.name @@ -2,24 +2,18 @@ comment "Kahlee" config BOARD_GOOGLE_ALEENA bool "-> Aleena/Kasumi (Acer Chromebook 315 (CB315-2H), 311 (C721) / Spin 311 (R721T))" - select BOARD_GOOGLE_BASEBOARD_KAHLEE config BOARD_GOOGLE_CAREENA bool "-> Barla/Careena (HP Chromebook 11A G6/G8 EE, 14A G5/G6)" - select BOARD_GOOGLE_BASEBOARD_KAHLEE config BOARD_GOOGLE_GRUNT bool "-> Grunt" - select BOARD_GOOGLE_BASEBOARD_KAHLEE config BOARD_GOOGLE_LIARA bool "-> Liara (Lenovo 14e Chromebook, Chromebook S345-14)" - select BOARD_GOOGLE_BASEBOARD_KAHLEE config BOARD_GOOGLE_NUWANI bool "-> Nuwani" - select BOARD_GOOGLE_BASEBOARD_KAHLEE config BOARD_GOOGLE_TREEYA bool "-> Treeya (Lenovo 100e/300e Gen2 AMD)" - select BOARD_GOOGLE_BASEBOARD_KAHLEE |