blob: 3dfd548095fef358e29985813f194a2add403d24 (
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 "Rex"
config BOARD_GOOGLE_REX0
bool "-> Rex 0"
config BOARD_GOOGLE_SCREEBO
bool "-> Screebo"
config BOARD_GOOGLE_SCREEBO4ES
bool "-> Screebo4ES"
config BOARD_GOOGLE_KARIS
bool "-> Karis"
config BOARD_GOOGLE_KARIS4ES
bool "-> Karis4ES"
config BOARD_GOOGLE_REX_EC_ISH
bool "-> Rex EC ISH"
config BOARD_GOOGLE_OVIS
bool "-> Ovis"
config BOARD_GOOGLE_OVIS4ES
bool "-> Ovis4ES"
config BOARD_GOOGLE_REX4ES
bool "-> Rex4ES"
config BOARD_GOOGLE_REX4ES_EC_ISH
bool "-> Rex4ES EC ISH"
|