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/Atmel/Config.in.avr32 | |
parent | c46893b7af0e6f0bbc072dc76cb979995ff654fc (diff) | |
download | buildroot-novena-ceaf9e8217f29f6c499d03c62612b2eb50e8ed09.tar.gz buildroot-novena-ceaf9e8217f29f6c499d03c62612b2eb50e8ed09.zip |
updates and additions for avr32 arch
Diffstat (limited to 'target/device/Atmel/Config.in.avr32')
-rw-r--r-- | target/device/Atmel/Config.in.avr32 | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/target/device/Atmel/Config.in.avr32 b/target/device/Atmel/Config.in.avr32 deleted file mode 100644 index 944f87693..000000000 --- a/target/device/Atmel/Config.in.avr32 +++ /dev/null @@ -1,62 +0,0 @@ -comment "Atmel AVR32 Specific Device Support" - depends BR2_avr32 - -config BR2_TARGET_AVR32 - bool "Board support for the Atmel AP7 microprocessors" - depends BR2_avr32 - default n - help - Atmel AT32AP7XXX AVR32 based systems - -choice - prompt "AVR32 device" - depends BR2_TARGET_AVR32 - default BR2_TARGET_AT32AP7000 - help - Select the specific AVR32 chip you wish to use. - -config BR2_TARGET_AT32AP7000 - bool "Board support for the Atmel AT32AP7000 Microprocessor" - depends BR2_TARGET_AVR32 - help - Atmel AT32AP7000 AVR32 based systems - -config BR2_TARGET_AT32AP7001 - bool "Board support for the Atmel AT32AP7001 Microprocessor" - depends BR2_TARGET_AVR32 - help - Atmel AT32AP7001 AVR32 based systems - -config BR2_TARGET_AT32AP7002 - bool "Board support for the Atmel AT32AP7002 Microprocessor" - depends BR2_TARGET_AVR32 - help - Atmel AT32AP7002 AVR32 based systems - -endchoice - -comment "Development Board support" - depends BR2_TARGET_AVR32 - -choice - prompt "Development Board support" - depends BR2_TARGET_AVR32 - default BR2_TARGET_AVR32_ATSTK1002 - help - Select the specific AVR32 development board you wish to use. - -config BR2_TARGET_AVR32_ATSTK1002 - bool "Atmel ATSTK1000/2 AVR32 Development Board Support" - depends BR2_TARGET_AT32AP7000 - select BR2_PACKAGE_LINUX - help - The Atmel ATSTK1000 AVR32 Development Board - -config BR2_TARGET_AVR32_ATNGW100 - bool "Atmel AVR32 Network Gateway Board Support" - depends BR2_TARGET_AT32AP7000 - select BR2_PACKAGE_LINUX - help - The Atmel AVR32 Network Gateway Board - -endchoice |