From 78693e47a285dbfafabc85a42797660e4fe2967b Mon Sep 17 00:00:00 2001 From: Haavard Skinnemoen Date: Mon, 29 Oct 2007 17:03:26 +0100 Subject: [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 --- arch/avr32/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/avr32/Kconfig') diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index e37e6b92658..52283f76c30 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" -- cgit