summaryrefslogtreecommitdiff
path: root/target/avr32/systems/atmel-ngw100
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-10 04:23:38 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-10 04:23:48 -0600
commit8a4015ce6cebd7a83eae1207fe3b3ed8163526fc (patch)
tree8e81c59a60f67a77ba572f005b918fa53df77159 /target/avr32/systems/atmel-ngw100
parentd932da8684079763b8fe2062484f93ba9902c8d4 (diff)
add basic support for atmel ngw100. no runtime testing yet
Diffstat (limited to 'target/avr32/systems/atmel-ngw100')
-rw-r--r--target/avr32/systems/atmel-ngw10010
1 files changed, 10 insertions, 0 deletions
diff --git a/target/avr32/systems/atmel-ngw100 b/target/avr32/systems/atmel-ngw100
new file mode 100644
index 000000000..8d6aba14c
--- /dev/null
+++ b/target/avr32/systems/atmel-ngw100
@@ -0,0 +1,10 @@
+config ADK_TARGET_SYSTEM_ATMEL_NGW100
+ bool "Atmel NGW100"
+ select ADK_avr32
+ select ADK_atmel_ngw100
+ select ADK_CPU_AVR32
+ select ADK_TARGET_KERNEL_UIMAGE
+ select ADK_HOST_BUILD_U_BOOT
+ help
+ ATMEL NGW100
+