blob: f9d7d1b04f434129d9edda0c7075769953489a5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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_REKS
bool "Reks"
select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_TERRA
bool "Terra"
select BOARD_GOOGLE_BASEBOARD_CYAN
|