diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-12-20 22:23:15 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-12-20 22:23:15 +0000 |
commit | 736235cb0f92f4acbb2492baa1430f91aa186cce (patch) | |
tree | bf1ffa1c0e57e787b88e9e8f0a8cc9955272ed35 /target/device/Atmel | |
parent | c923379e8acc41ae2f7ae73da0f81dcf30ba91b7 (diff) |
Add support for AT32AP7200
Diffstat (limited to 'target/device/Atmel')
-rw-r--r-- | target/device/Atmel/AVR32_Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/device/Atmel/AVR32_Config.in b/target/device/Atmel/AVR32_Config.in index 2f5309a57..5df2dbf5a 100644 --- a/target/device/Atmel/AVR32_Config.in +++ b/target/device/Atmel/AVR32_Config.in @@ -32,6 +32,12 @@ config BR2_TARGET_AT32AP7002 help Atmel AT32AP7002 AVR32 based systems +config BR2_TARGET_AT32AP7200 + bool "Board support for the Atmel AT32AP7200 Microprocessor" + depends on BR2_TARGET_AVR32 + help + Atmel AT32AP7200 AVR32 based systems + endchoice comment "Development board support" @@ -51,6 +57,14 @@ config BR2_TARGET_AVR32_ATSTK1002 help The Atmel ATSTK1000 AVR32 Development Board. +config BR2_TARGET_AVR32_ATSTK1005 + bool "Atmel ATSTK1000/5 AVR32 development board support" + depends on BR2_TARGET_AT32AP7200 + select BR2_PACKAGE_LINUX + help + The Atmel ATSTK1000 AVR32 Development Board, + with the AT32AP7200 based top board + config BR2_TARGET_AVR32_ATNGW100 bool "Atmel AVR32 network gateway board support" depends on BR2_TARGET_AT32AP7000 |