diff options
Diffstat (limited to 'target/avr32/systems/atmel-ngw100')
-rw-r--r-- | target/avr32/systems/atmel-ngw100 | 10 |
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 + |