blob: bf734cc06dbc46fc2905c405a6892d5461e348ad (
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
|
comment "Veyron"
config BOARD_GOOGLE_VEYRON_JAQ
bool "-> Veyron_Jaq (Haier Chromebook 11)"
select BOARD_GOOGLE_VEYRON
select SYSTEM_TYPE_LAPTOP
config BOARD_GOOGLE_VEYRON_JERRY
bool "-> Veyron_Jerry (Hisense Chromebook 11)"
select BOARD_GOOGLE_VEYRON
select SYSTEM_TYPE_LAPTOP
config BOARD_GOOGLE_VEYRON_MIGHTY
bool "-> Veyron_Mighty (Haier Chromebook 11(edu))"
select BOARD_GOOGLE_VEYRON
select SYSTEM_TYPE_LAPTOP
config BOARD_GOOGLE_VEYRON_MINNIE
bool "-> Veyron_Minnie (ASUS Chromebook Flip C100)"
select BOARD_GOOGLE_VEYRON
select SYSTEM_TYPE_LAPTOP
config BOARD_GOOGLE_VEYRON_SPEEDY
bool "-> Veyron_Speedy (ASUS C201 Chromebook)"
select BOARD_GOOGLE_VEYRON
select SYSTEM_TYPE_LAPTOP
|