diff options
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 |