diff options
author | Jonas Larsson <jonas.larsson@martinsson.se> | 2009-03-27 05:18:14 -0400 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2009-03-27 10:02:34 -0400 |
commit | a16fffdd8eb95ebab7dc22414896fe6493951e0e (patch) | |
tree | 242e481f52bf05a684b362eeba8a1c5095ed6713 /arch/avr32/Kconfig | |
parent | 9477ab2b2ae098423af2ed4fb1f7b864abfc14fc (diff) |
Add Merisc board support
Merisc is the family name for a range of AVR32-based boards.
The boards are designed to be used in a man-machine interfacing
environment, utilizing a touch-based graphical user interface. They host
a vast range of I/O peripherals as well as a large SDRAM & Flash memory
bank.
For more information see: http://www.martinsson.se/merisc
Signed-off-by: Jonas Larsson <jonas.larsson@martinsson.se>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index b189680d18b0..8cee7842d0b2 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -144,6 +144,19 @@ config BOARD_FAVR_32 | |||
144 | bool "Favr-32 LCD-board" | 144 | bool "Favr-32 LCD-board" |
145 | select CPU_AT32AP7000 | 145 | select CPU_AT32AP7000 |
146 | 146 | ||
147 | config BOARD_MERISC | ||
148 | bool "Merisc board" | ||
149 | select CPU_AT32AP7000 | ||
150 | help | ||
151 | Merisc is the family name for a range of AVR32-based boards. | ||
152 | |||
153 | The boards are designed to be used in a man-machine | ||
154 | interfacing environment, utilizing a touch-based graphical | ||
155 | user interface. They host a vast range of I/O peripherals as | ||
156 | well as a large SDRAM & Flash memory bank. | ||
157 | |||
158 | For more information see: http://www.martinsson.se/merisc | ||
159 | |||
147 | config BOARD_MIMC200 | 160 | config BOARD_MIMC200 |
148 | bool "MIMC200 CPU board" | 161 | bool "MIMC200 CPU board" |
149 | select CPU_AT32AP7000 | 162 | select CPU_AT32AP7000 |
@@ -153,6 +166,7 @@ source "arch/avr32/boards/atstk1000/Kconfig" | |||
153 | source "arch/avr32/boards/atngw100/Kconfig" | 166 | source "arch/avr32/boards/atngw100/Kconfig" |
154 | source "arch/avr32/boards/hammerhead/Kconfig" | 167 | source "arch/avr32/boards/hammerhead/Kconfig" |
155 | source "arch/avr32/boards/favr-32/Kconfig" | 168 | source "arch/avr32/boards/favr-32/Kconfig" |
169 | source "arch/avr32/boards/merisc/Kconfig" | ||
156 | 170 | ||
157 | choice | 171 | choice |
158 | prompt "Boot loader type" | 172 | prompt "Boot loader type" |