blob: b241ca4f8a26a42014bf8ac87703a5dd9af19869 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
comment "Jecht"
config BOARD_GOOGLE_GUADO
bool "-> Guado (ASUS Chromebox CN62)"
select BOARD_GOOGLE_BASEBOARD_JECHT
config BOARD_GOOGLE_JECHT
bool "-> Jecht"
select BOARD_GOOGLE_BASEBOARD_JECHT
config BOARD_GOOGLE_RIKKU
bool "-> Rikku (Acer Chromebox CXI2)"
select BOARD_GOOGLE_BASEBOARD_JECHT
config BOARD_GOOGLE_TIDUS
bool "-> Tidus (Lenovo ThinkCentre Chromebox)"
select BOARD_GOOGLE_BASEBOARD_JECHT
|