]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoe...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Apr 2009 18:15:28 +0000 (11:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Apr 2009 18:15:28 +0000 (11:15 -0700)
* '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

1  2 
arch/avr32/Kconfig

diff --combined arch/avr32/Kconfig
index 414a8ad97f5245fc142ef878997ca469ad076c6b,8cee7842d0b263a0b291f9c96c2729c8634c4d00..35e3bd9858df403c97988450a964ba3557eb842c
@@@ -127,13 -127,13 +127,13 @@@ config BOARD_HAMMERHEA
        select CPU_AT32AP7000
        select USB_ARCH_HAS_HCD
        help
 -        The Hammerhead platform is built around a AVR32 32-bit microcontroller from Atmel.
 +        The Hammerhead platform is built around an AVR32 32-bit microcontroller from Atmel.
          It offers versatile peripherals, such as ethernet, usb device, usb host etc.
  
 -        The board also incooperates a power supply and is a Power over Ethernet (PoE) Powered
 +        The board also incorporates a power supply and is a Power over Ethernet (PoE) Powered
          Device (PD).
  
 -        Additonally, a Cyclone III FPGA from Altera is integrated on the board. The FPGA is
 +        Additionally, a Cyclone III FPGA from Altera is integrated on the board. The FPGA is
          mapped into the 32-bit AVR memory bus. The FPGA offers two DDR2 SDRAM interfaces, which
          will cover even the most exceptional need of memory bandwidth. Together with the onboard
          video decoder the board is ready for video processing.
@@@ -144,6 -144,19 +144,19 @@@ config BOARD_FAVR_3
        bool "Favr-32 LCD-board"
        select CPU_AT32AP7000
  
+ config BOARD_MERISC
+       bool "Merisc board"
+       select CPU_AT32AP7000
+       help
+         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
  config BOARD_MIMC200
        bool "MIMC200 CPU board"
        select CPU_AT32AP7000
@@@ -153,6 -166,7 +166,7 @@@ source "arch/avr32/boards/atstk1000/Kco
  source "arch/avr32/boards/atngw100/Kconfig"
  source "arch/avr32/boards/hammerhead/Kconfig"
  source "arch/avr32/boards/favr-32/Kconfig"
+ source "arch/avr32/boards/merisc/Kconfig"
  
  choice
        prompt "Boot loader type"
@@@ -181,7 -195,7 +195,7 @@@ source "kernel/Kconfig.preempt
  config QUICKLIST
        def_bool y
  
 -config HAVE_ARCH_BOOTMEM_NODE
 +config HAVE_ARCH_BOOTMEM
        def_bool n
  
  config ARCH_HAVE_MEMORY_PRESENT