blob: 6f9a90c682b408d3fef1023ba8afaffa14a6f276 (
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
|
comment "Zork"
config BOARD_GOOGLE_DALBOZ
bool "-> Dalboz"
select BOARD_GOOGLE_BASEBOARD_DALBOZ
config BOARD_GOOGLE_VILBOZ
bool "-> Vilboz"
select BOARD_GOOGLE_BASEBOARD_DALBOZ
config BOARD_GOOGLE_EZKINIL
bool "-> Ezkinil"
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_MORPHIUS
bool "-> Morphius"
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_TREMBYLE
bool "-> Trembyle"
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_BERKNIP
bool "-> Berknip"
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_WOOMAX
bool "-> Woomax"
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
config BOARD_GOOGLE_DIRINBOZ
bool "-> Dirinboz"
select BOARD_GOOGLE_BASEBOARD_DALBOZ
|