diff options
Diffstat (limited to 'target/device/valka/Config.in')
-rw-r--r-- | target/device/valka/Config.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/device/valka/Config.in b/target/device/valka/Config.in deleted file mode 100644 index 931ee7333..000000000 --- a/target/device/valka/Config.in +++ /dev/null @@ -1,25 +0,0 @@ -menuconfig BR2_TARGET_VALKA - bool "ValkaSys" - depends on BR2_avr32 - -if BR2_TARGET_VALKA - -choice - prompt "Controller board" - depends on BR2_TARGET_VALKA - help - Valka Controller Board to build for - -config BR2_TARGET_VALKA_V100SC2 - bool "V100SC2 (Based on NGW100)" - depends on BR2_TARGET_VALKA - help - Board based on NGW100 - -endchoice - -config BR2_BOARD_NAME - string - default "v100sc2" if BR2_TARGET_VALKA_V100SC2 - -endif |