buildroot/target/device/Atmel/AVR32_Config.in

77 lines
2.0 KiB
Plaintext
Raw Normal View History

2007-07-17 14:19:56 +02:00
comment "Atmel AVR32 Specific Device Support"
depends on BR2_avr32
2007-07-17 14:19:56 +02:00
config BR2_TARGET_AVR32
2007-07-29 09:22:12 +02:00
bool "Board support for the Atmel AP7 microprocessors"
depends on BR2_avr32
2007-07-17 14:19:56 +02:00
help
Atmel AT32AP7XXX AVR32 based systems
choice
prompt "AVR32 device"
depends on BR2_TARGET_AVR32
2007-07-17 14:19:56 +02:00
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
2007-07-17 14:19:56 +02:00
help
Atmel AT32AP7000 AVR32 based systems
config BR2_TARGET_AT32AP7001
bool "Board support for the Atmel AT32AP7001 Microprocessor"
depends on BR2_TARGET_AVR32
2007-07-17 14:19:56 +02:00
help
Atmel AT32AP7001 AVR32 based systems
config BR2_TARGET_AT32AP7002
bool "Board support for the Atmel AT32AP7002 Microprocessor"
depends on BR2_TARGET_AVR32
2007-07-17 14:19:56 +02:00
help
Atmel AT32AP7002 AVR32 based systems
endchoice
2008-03-06 19:59:14 +01:00
comment "Development board support"
depends on BR2_TARGET_AVR32
2007-07-17 14:19:56 +02:00
choice
2008-03-06 19:59:14 +01:00
prompt "Development board support"
depends on BR2_TARGET_AVR32
2008-03-06 19:59:14 +01:00
default BR2_TARGET_AVR32_ATSTK1000
2007-07-17 14:19:56 +02:00
help
Select the specific AVR32 development board you wish to use.
2007-07-29 09:22:12 +02:00
config BR2_TARGET_AVR32_ATSTK1002
2008-03-06 19:59:14 +01:00
bool "Atmel ATSTK1000/2 AVR32 development board support"
depends on BR2_TARGET_AT32AP7000
2007-07-17 14:19:56 +02:00
select BR2_PACKAGE_LINUX
help
2008-03-06 19:59:14 +01:00
The Atmel ATSTK1000 AVR32 Development Board.
2007-07-17 14:19:56 +02:00
2007-07-29 09:22:12 +02:00
config BR2_TARGET_AVR32_ATNGW100
2008-03-06 19:59:14 +01:00
bool "Atmel AVR32 network gateway board support"
depends on BR2_TARGET_AT32AP7000
2007-07-17 14:19:56 +02:00
select BR2_PACKAGE_LINUX
help
2008-03-06 19:59:14 +01:00
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
2008-03-06 19:59:14 +01:00
select BR2_PACKAGE_LINUX
help
Very simple configuration for the Atmel AVR32 Network Gateway Board.
config BR2_TARGET_AVR32_ATNGW100_EXPANDED
bool "Atmel AVR32 expanded network gateway board support"
depends on BR2_TARGET_AT32AP7000
2008-03-06 19:59:14 +01:00
select BR2_PACKAGE_LINUX
help
The Atmel AVR32 Network Gateway Board expanded to include
audio, video, and PS/2.
2007-07-17 14:19:56 +02:00
endchoice