blob: d880941a533bb9bad7fef6acb935b880cfbaa6a8 (
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
|
comment "Reef"
config BOARD_GOOGLE_REEF
bool "-> Reef/Electro (Acer Chromebook Spin 11 R751T)"
select BOARD_GOOGLE_BASEBOARD_REEF
select BASEBOARD_REEF_LAPTOP
config BOARD_GOOGLE_PYRO
bool "-> Pyro (Lenovo Thinkpad (Yoga) 11e Chromebook)"
select BOARD_GOOGLE_BASEBOARD_REEF
select BASEBOARD_REEF_LAPTOP
config BOARD_GOOGLE_SAND
bool "-> Sand (Acer Chromebook 15 CB515-1HT/1H)"
select BOARD_GOOGLE_BASEBOARD_REEF
select BASEBOARD_REEF_LAPTOP
config BOARD_GOOGLE_SNAPPY
bool "-> Snappy (HP Chromebook x360 11 G1 EE)"
select BOARD_GOOGLE_BASEBOARD_REEF
select BASEBOARD_REEF_LAPTOP
config BOARD_GOOGLE_NASHER
bool "-> Nasher"
select BOARD_GOOGLE_BASEBOARD_REEF
select BASEBOARD_REEF_LAPTOP
config BOARD_GOOGLE_CORAL
bool "-> Coral"
select BOARD_GOOGLE_BASEBOARD_REEF
select BASEBOARD_REEF_LAPTOP
|