diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:59:14 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:59:14 +0000 |
commit | ceaf9e8217f29f6c499d03c62612b2eb50e8ed09 (patch) | |
tree | c0d1c53c52d050672de9c2fc656b760a2fbe5aa1 /target/device/valka/Config.in | |
parent | c46893b7af0e6f0bbc072dc76cb979995ff654fc (diff) |
updates and additions for avr32 arch
Diffstat (limited to 'target/device/valka/Config.in')
-rw-r--r-- | target/device/valka/Config.in | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/target/device/valka/Config.in b/target/device/valka/Config.in new file mode 100644 index 000000000..8bc816e0a --- /dev/null +++ b/target/device/valka/Config.in @@ -0,0 +1,33 @@ +menuconfig BR2_TARGET_VALKA + bool "ValkaSys" + depends on BR2_avr32 + default n + +if BR2_TARGET_VALKA + +choice + prompt "Controller board" + depends BR2_TARGET_VALKA + help + Valka Controller Board to build for + +config BR2_TARGET_VALKA_V100SC2 + bool "V100SC2 (Based on NGW100)" + depends BR2_TARGET_VALKA + help + Board based on NGW100 + +endchoice + +config BR2_BOARD_NAME + string + default "v100sc2" if BR2_TARGET_VALKA_V100SC2 + +config BR2_BOARD_PATH + string "Board repository" + depends on BR2_TARGET_VALKA + default "target/device/valka/$(BR2_BOARD_NAME)" + help + Top directory of Valka board configurations + +endif |