diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-05 14:15:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-05 14:15:28 -0400 |
commit | 87fc94d54b639d8c39fc4a11db0e142f84096e13 (patch) | |
tree | 00ea5cdb108c93f621110424d8c54ef5dac12960 /arch/avr32/Kconfig | |
parent | 3516c6a8dc0b1153c611c4cf0dc4a51631f052bb (diff) | |
parent | 8e706c4d0dab214c625a2df84a0ca69a76bae65d (diff) |
Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
* 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6:
avr32: add hardware handshake support to atmel_serial
avr32: add RTS/CTS/CLK pin selection for the USARTs
Add RTC support for Merisc boards
avr32: at32ap700x: setup DMA for AC97C in the machine code
avr32: at32ap700x: setup DMA for ABDAC in the machine code
Add Merisc board support
avr32: use gpio_is_valid() to check USBA vbus_pin I/O line
atmel-usba-udc: use gpio_is_valid() to check vbus_pin I/O line
avr32: fix timing LCD parameters for EVKLCD10X boards
avr32: use GPIO line PB15 on EVKLCD10x boards for backlight
avr32: configure MCI detect and write protect pins for EVKLCD10x boards
avr32: set pin mask to alternative 18 bpp for EVKLCD10x boards
avr32: add pin mask for 18-bit color on the LCD controller
avr32: fix 15-bit LCDC pin mask to use MSB lines
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 414a8ad97f52..35e3bd9858df 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" |