summaryrefslogtreecommitdiff
path: root/target/avr32/systems
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2016-09-13 16:07:49 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-14 11:48:43 +0200
commit7cb985a6d193ec4664a6aa3ceebd2cd6a8a6fd83 (patch)
treea5da09ed9116e6811a9eb4367a317a8562cda091 /target/avr32/systems
parent6b61d317e292afa4f7be5d76f94c4556cdc5cf34 (diff)
add support for AVR32 grasshopper board
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Diffstat (limited to 'target/avr32/systems')
-rw-r--r--target/avr32/systems/grasshopper20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/avr32/systems/grasshopper b/target/avr32/systems/grasshopper
new file mode 100644
index 000000000..d36ddef58
--- /dev/null
+++ b/target/avr32/systems/grasshopper
@@ -0,0 +1,20 @@
+config ADK_TARGET_SYSTEM_GRASSHOPPER
+ bool "ICnova Grasshopper"
+ select ADK_TARGET_CPU_AVR32
+ select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
+ select ADK_TARGET_WITH_BLOCK
+ select ADK_TARGET_WITH_SD
+ select ADK_TARGET_WITH_I2C
+ select ADK_TARGET_WITH_SPI
+ select ADK_TARGET_WITH_INPUT
+ select ADK_TARGET_WITH_MTD
+ select ADK_TARGET_WITH_RTC
+ select ADK_TARGET_KERNEL_UIMAGE
+ select ADK_TARGET_KERNEL_WITH_COMPRESSION
+ select ADK_HOST_BUILD_U_BOOT
+ help
+ ICnova Grasshopper
+