blob: 77acf3603c45001a1f8473c01cb4bca71404c95d (
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
|
config BOARD_GOOGLE_BANON
bool "Banon"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_CELES
bool "Celes"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_CYAN
bool "Cyan"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_EDGAR
bool "Edgar"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_KEFKA
bool "Kefka"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_REKS
bool "Reks"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_RELM
bool "Relm"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_TERRA
bool "Terra"
select BOARD_GOOGLE_BASEBOARD_CYAN
|