diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-10-29 17:03:26 +0100 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2008-01-25 08:31:42 +0100 |
commit | 78693e47a285dbfafabc85a42797660e4fe2967b (patch) | |
tree | 9de9a4e63f059b1d91d748660f3935c5581abe4e /arch/avr32/Kconfig | |
parent | 64d81052671bc2e66efd46251883f5e8e3043db9 (diff) |
[AVR32] Add support for ATSTK1003 and ATSTK1004
ATSTK1003 and ATSTK1004 are CPU daughterboards for ATSTK1000 featuring
the AT32AP7001 and AT32AP7002 CPUs, respectively.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index e37e6b92658d..52283f76c304 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -110,6 +110,10 @@ endchoice # CPU Daughterboards for ATSTK1000 config BOARD_ATSTK1002 bool +config BOARD_ATSTK1003 + bool +config BOARD_ATSTK1004 + bool choice prompt "AVR32 board type" @@ -118,6 +122,8 @@ choice config BOARD_ATSTK1000 bool "ATSTK1000 evaluation board" select BOARD_ATSTK1002 if CPU_AT32AP7000 + select BOARD_ATSTK1003 if CPU_AT32AP7001 + select BOARD_ATSTK1004 if CPU_AT32AP7002 config BOARD_ATNGW100 bool "ATNGW100 Network Gateway" |