mb/google/jecht: Move selects from Kconfig.name to Kconfig
Move selects from Kconfig.name to Kconfig so that the configuration is at one place and not distributed over two files. Change-Id: Ieb6626aeb2023ac27eac8a515cc0e561607f9f62 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60355 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
35f903074d
commit
1c5e9d1331
|
@ -12,6 +12,18 @@ config BOARD_GOOGLE_BASEBOARD_JECHT
|
||||||
select SOC_INTEL_BROADWELL
|
select SOC_INTEL_BROADWELL
|
||||||
select SUPERIO_ITE_IT8772F
|
select SUPERIO_ITE_IT8772F
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_GUADO
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_JECHT
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_JECHT
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_JECHT
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_RIKKU
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_JECHT
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_TIDUS
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_JECHT
|
||||||
|
|
||||||
if BOARD_GOOGLE_BASEBOARD_JECHT
|
if BOARD_GOOGLE_BASEBOARD_JECHT
|
||||||
|
|
||||||
config VBOOT
|
config VBOOT
|
||||||
|
|
|
@ -2,16 +2,12 @@ comment "Jecht"
|
||||||
|
|
||||||
config BOARD_GOOGLE_GUADO
|
config BOARD_GOOGLE_GUADO
|
||||||
bool "-> Guado (ASUS Chromebox CN62)"
|
bool "-> Guado (ASUS Chromebox CN62)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_JECHT
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_JECHT
|
config BOARD_GOOGLE_JECHT
|
||||||
bool "-> Jecht"
|
bool "-> Jecht"
|
||||||
select BOARD_GOOGLE_BASEBOARD_JECHT
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_RIKKU
|
config BOARD_GOOGLE_RIKKU
|
||||||
bool "-> Rikku (Acer Chromebox CXI2)"
|
bool "-> Rikku (Acer Chromebox CXI2)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_JECHT
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_TIDUS
|
config BOARD_GOOGLE_TIDUS
|
||||||
bool "-> Tidus (Lenovo ThinkCentre Chromebox)"
|
bool "-> Tidus (Lenovo ThinkCentre Chromebox)"
|
||||||
select BOARD_GOOGLE_BASEBOARD_JECHT
|
|
||||||
|
|
Loading…
Reference in New Issue