blob: 1ab8ed4fa94964c1ca233499a902f3009ee3c872 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
comment "Cyan"
config BOARD_GOOGLE_BANON
bool "-> Banon (Acer Chromebook 15 (CB3-532))"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_CELES
bool "-> Celes (Samsung Chromebook 3)"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_CYAN
bool "-> Cyan (Acer Chromebook R11 (C738T))"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_EDGAR
bool "-> Edgar (Acer Chromebook 14 (CB3-431))"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_KEFKA
bool "-> Kefka (Dell Chromebook 11 3180/3189)"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_REKS
bool "-> Reks (Lenovo N22/N42 Chromebook)"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_RELM
bool "-> Relm"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_SETZER
bool "-> Setzer (HP Chromebook 11 G5)"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_TERRA
bool "-> Terra (ASUS Chromebook C202SA/C300SA/C301SA)"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_ULTIMA
bool "-> Ultima (Lenovo Yoga 11e G3)"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_WIZPIG
bool "-> Wizpig"
select BOARD_GOOGLE_BASEBOARD_CYAN
|