aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r--arch/avr32/Kconfig13
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index 35e3bd9858d..9b339bfc0cd 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -111,6 +111,11 @@ config CPU_AT32AP7002
111 bool 111 bool
112 select CPU_AT32AP700X 112 select CPU_AT32AP700X
113 113
114# AP700X boards
115config BOARD_ATNGW100_COMMON
116 bool
117 select CPU_AT32AP7000
118
114choice 119choice
115 prompt "AVR32 board type" 120 prompt "AVR32 board type"
116 default BOARD_ATSTK1000 121 default BOARD_ATSTK1000
@@ -118,9 +123,13 @@ choice
118config BOARD_ATSTK1000 123config BOARD_ATSTK1000
119 bool "ATSTK1000 evaluation board" 124 bool "ATSTK1000 evaluation board"
120 125
121config BOARD_ATNGW100 126config BOARD_ATNGW100_MKI
122 bool "ATNGW100 Network Gateway" 127 bool "ATNGW100 Network Gateway"
123 select CPU_AT32AP7000 128 select BOARD_ATNGW100_COMMON
129
130config BOARD_ATNGW100_MKII
131 bool "ATNGW100 mkII Network Gateway"
132 select BOARD_ATNGW100_COMMON
124 133
125config BOARD_HAMMERHEAD 134config BOARD_HAMMERHEAD
126 bool "Hammerhead board" 135 bool "Hammerhead board"