blob: 45cdbd9388b50a5a9d9b5a797394c6b1937c19a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
comment "Fizz"
config BOARD_GOOGLE_FIZZ
bool "-> Fizz"
select BOARD_GOOGLE_BASEBOARD_FIZZ
config BOARD_GOOGLE_KARMA
bool "-> Karma"
select BOARD_GOOGLE_BASEBOARD_FIZZ
config BOARD_GOOGLE_ENDEAVOUR
bool "-> Endeavour"
select BOARD_GOOGLE_BASEBOARD_FIZZ
|