2008-03-06 19:59:14 +01:00
|
|
|
menuconfig BR2_TARGET_VALKA
|
|
|
|
bool "ValkaSys"
|
|
|
|
depends on BR2_avr32
|
|
|
|
|
|
|
|
if BR2_TARGET_VALKA
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Controller board"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_TARGET_VALKA
|
2008-03-06 19:59:14 +01:00
|
|
|
help
|
|
|
|
Valka Controller Board to build for
|
|
|
|
|
|
|
|
config BR2_TARGET_VALKA_V100SC2
|
|
|
|
bool "V100SC2 (Based on NGW100)"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_TARGET_VALKA
|
2008-03-06 19:59:14 +01:00
|
|
|
help
|
|
|
|
Board based on NGW100
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BR2_BOARD_NAME
|
|
|
|
string
|
|
|
|
default "v100sc2" if BR2_TARGET_VALKA_V100SC2
|
|
|
|
|
|
|
|
endif
|