diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-05 21:52:41 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-16 12:16:14 +0100 |
commit | 9e009f3bbca93e09decf93369e592ada95e6ef48 (patch) | |
tree | da832644e61b0b16d65c269cde484d71002a8980 /target/device/Atmel/AVR32_Config.in | |
parent | 1a5f2d6d7a7d9547f468cb31b22854bcfda28610 (diff) |
Remove all Config.in/Makefile.in files in target/device
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/Atmel/AVR32_Config.in')
-rw-r--r-- | target/device/Atmel/AVR32_Config.in | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/target/device/Atmel/AVR32_Config.in b/target/device/Atmel/AVR32_Config.in deleted file mode 100644 index 7ae9fd4ed..000000000 --- a/target/device/Atmel/AVR32_Config.in +++ /dev/null @@ -1,82 +0,0 @@ -comment "Atmel AVR32 Specific Device Support" - depends on BR2_avr32 - -config BR2_TARGET_AVR32 - bool "Board support for the Atmel AP7 microprocessors" - depends on BR2_avr32 - help - Atmel AT32AP7XXX AVR32 based systems - -choice - prompt "AVR32 device" - depends on 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 on BR2_TARGET_AVR32 - help - Atmel AT32AP7000 AVR32 based systems - -config BR2_TARGET_AT32AP7001 - bool "Board support for the Atmel AT32AP7001 Microprocessor" - depends on BR2_TARGET_AVR32 - help - Atmel AT32AP7001 AVR32 based systems - -config BR2_TARGET_AT32AP7002 - bool "Board support for the Atmel AT32AP7002 Microprocessor" - depends on BR2_TARGET_AVR32 - 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" - depends on BR2_TARGET_AVR32 - -choice - prompt "Development board support" - depends on BR2_TARGET_AVR32 - default BR2_TARGET_AVR32_ATSTK1000 - 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 on BR2_TARGET_AT32AP7000 - select BR2_PACKAGE_LINUX - 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 - select BR2_PACKAGE_LINUX - help - The Atmel AVR32 Network Gateway Board. - -config BR2_TARGET_AVR32_ATNGW100_BASE - bool "Atmel AVR32 basic network gateway board support" - depends on BR2_TARGET_AT32AP7000 - select BR2_PACKAGE_LINUX - help - Very simple configuration for the Atmel AVR32 Network Gateway Board. - -endchoice |