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