diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-04-12 11:26:57 -0400 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-04-27 07:44:15 -0400 |
commit | 9ca20a8366462c553c27216161c735937f9de108 (patch) | |
tree | da29b02189dca4c13caa784a3b941b7948eee75b /arch/avr32/Kconfig | |
parent | 2c1a2a3441a754a9b5a8e7184071154f8a9bd61b (diff) |
[AVR32] Board code for ATNGW100
Add board code and defconfig for the ATNGW100 Network Gateway kit.
For more information about this board, see
http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4102
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 7a1eb445c17f..50fee549e1cd 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -111,6 +111,9 @@ choice | |||
111 | config BOARD_ATSTK1000 | 111 | config BOARD_ATSTK1000 |
112 | bool "ATSTK1000 evaluation board" | 112 | bool "ATSTK1000 evaluation board" |
113 | select BOARD_ATSTK1002 if CPU_AT32AP7000 | 113 | select BOARD_ATSTK1002 if CPU_AT32AP7000 |
114 | |||
115 | config BOARD_ATNGW100 | ||
116 | bool "ATNGW100 Network Gateway" | ||
114 | endchoice | 117 | endchoice |
115 | 118 | ||
116 | choice | 119 | choice |