diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-10-29 12:03:26 -0400 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2008-01-25 02:31:42 -0500 |
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 | |||
110 | # CPU Daughterboards for ATSTK1000 | 110 | # CPU Daughterboards for ATSTK1000 |
111 | config BOARD_ATSTK1002 | 111 | config BOARD_ATSTK1002 |
112 | bool | 112 | bool |
113 | config BOARD_ATSTK1003 | ||
114 | bool | ||
115 | config BOARD_ATSTK1004 | ||
116 | bool | ||
113 | 117 | ||
114 | choice | 118 | choice |
115 | prompt "AVR32 board type" | 119 | prompt "AVR32 board type" |
@@ -118,6 +122,8 @@ choice | |||
118 | config BOARD_ATSTK1000 | 122 | config BOARD_ATSTK1000 |
119 | bool "ATSTK1000 evaluation board" | 123 | bool "ATSTK1000 evaluation board" |
120 | select BOARD_ATSTK1002 if CPU_AT32AP7000 | 124 | select BOARD_ATSTK1002 if CPU_AT32AP7000 |
125 | select BOARD_ATSTK1003 if CPU_AT32AP7001 | ||
126 | select BOARD_ATSTK1004 if CPU_AT32AP7002 | ||
121 | 127 | ||
122 | config BOARD_ATNGW100 | 128 | config BOARD_ATNGW100 |
123 | bool "ATNGW100 Network Gateway" | 129 | bool "ATNGW100 Network Gateway" |