diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
commit | ada47b5fe13d89735805b566185f4885f5a3f750 (patch) | |
tree | 644b88f8a71896307d71438e9b3af49126ffb22b /arch/avr32/Kconfig | |
parent | 43e98717ad40a4ae64545b5ba047c7b86aa44f4f (diff) | |
parent | 3280f21d43ee541f97f8cda5792150d2dbec20d5 (diff) |
Merge branch 'wip-2.6.34' into old-private-masterarchived-private-master
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 35e3bd9858df..f2b319333184 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -92,6 +92,7 @@ config PLATFORM_AT32AP | |||
92 | select PERFORMANCE_COUNTERS | 92 | select PERFORMANCE_COUNTERS |
93 | select ARCH_REQUIRE_GPIOLIB | 93 | select ARCH_REQUIRE_GPIOLIB |
94 | select GENERIC_ALLOCATOR | 94 | select GENERIC_ALLOCATOR |
95 | select HAVE_FB_ATMEL | ||
95 | 96 | ||
96 | # | 97 | # |
97 | # CPU types | 98 | # CPU types |
@@ -111,6 +112,11 @@ config CPU_AT32AP7002 | |||
111 | bool | 112 | bool |
112 | select CPU_AT32AP700X | 113 | select CPU_AT32AP700X |
113 | 114 | ||
115 | # AP700X boards | ||
116 | config BOARD_ATNGW100_COMMON | ||
117 | bool | ||
118 | select CPU_AT32AP7000 | ||
119 | |||
114 | choice | 120 | choice |
115 | prompt "AVR32 board type" | 121 | prompt "AVR32 board type" |
116 | default BOARD_ATSTK1000 | 122 | default BOARD_ATSTK1000 |
@@ -118,9 +124,13 @@ choice | |||
118 | config BOARD_ATSTK1000 | 124 | config BOARD_ATSTK1000 |
119 | bool "ATSTK1000 evaluation board" | 125 | bool "ATSTK1000 evaluation board" |
120 | 126 | ||
121 | config BOARD_ATNGW100 | 127 | config BOARD_ATNGW100_MKI |
122 | bool "ATNGW100 Network Gateway" | 128 | bool "ATNGW100 Network Gateway" |
123 | select CPU_AT32AP7000 | 129 | select BOARD_ATNGW100_COMMON |
130 | |||
131 | config BOARD_ATNGW100_MKII | ||
132 | bool "ATNGW100 mkII Network Gateway" | ||
133 | select BOARD_ATNGW100_COMMON | ||
124 | 134 | ||
125 | config BOARD_HAMMERHEAD | 135 | config BOARD_HAMMERHEAD |
126 | bool "Hammerhead board" | 136 | bool "Hammerhead board" |