blob: fe26faae9aec10035e740137b4f9270d8c9820fc (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
comment "Rambi"
config BOARD_GOOGLE_BANJO
bool "-> Banjo (Acer Chromebook 15 (CB3-531))"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_CANDY
bool "-> Candy (Dell Chromebook 11 3120)"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_CLAPPER
bool "-> Clapper (Lenovo N20 Chromebook)"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_ENGUARDE
bool "-> Enguarde"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_GLIMMER
bool "-> Glimmer (Lenovo ThinkPad 11e Chromebook)"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_GNAWTY
bool "-> Gnawty (Acer Chromebook 11 (CB3-111/131,C730/C730E/C735))"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_HELI
bool "-> Heli (Haier Chromebook G2)"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_KIP
bool "-> Kip (HP Chromebook 11 G3 / G4 / G4 EE)"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_NINJA
bool "-> Ninja (AOpen Chromebox Commercial)"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_ORCO
bool "-> Orco (Lenovo 100S Chromebook)"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_QUAWKS
bool "-> Quawks (ASUS Chromebook C300)"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_SQUAWKS
bool "-> Squawks (ASUS Chromebook C200)"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_RAMBI
bool "-> Rambi"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_SUMO
bool "-> Sumo (AOpen Chromebase Commercial)"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_SWANKY
bool "-> Swanky (Toshiba Chromebook 2)"
select BOARD_GOOGLE_BASEBOARD_RAMBI
config BOARD_GOOGLE_WINKY
bool "-> Winky (Samsung Chromebook 2 (XE500C12))"
select BOARD_GOOGLE_BASEBOARD_RAMBI
|