diff options
author | Olof Johansson <olof@lixom.net> | 2012-11-21 09:58:28 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 09:58:28 -0800 |
commit | 24e93941f26e28b2f884d30dc8bfb4c7c5d905d1 (patch) | |
tree | 766d184cbca87d4f3b3a6b5e6e25517143805dfa /arch/arm/Kconfig | |
parent | cab18d19bb05452fc7f5c45f7964643bdae80c92 (diff) | |
parent | 386ab5168bbfbecac4deb82c22d9ea231caa7e52 (diff) | |
download | linux-3.10-24e93941f26e28b2f884d30dc8bfb4c7c5d905d1.tar.gz linux-3.10-24e93941f26e28b2f884d30dc8bfb4c7c5d905d1.tar.bz2 linux-3.10-24e93941f26e28b2f884d30dc8bfb4c7c5d905d1.zip |
Merge branch 'clps711x/soc2' into next/soc
From Alexander Shiyan:
The main direction of this patchset - approaching the platform to the
possibility of using configurations with multiple platforms in a single
kernel. Added support of the majority of the necessary kernel symbol.
Also part of the driver code used only for the platform was moved to the
board code and converted to the use of standard drivers.
* clps711x/soc2:
MAINTAINERS: Add ARM CLPS711X entry
ARM: clps711x: Update defconfig due latest changes and new kernel symbols
ARM: clps711x: Rename board files to match functionality
ARM: clps711x: edb7211: Add support for NOR-Flash
ARM: clps711x: Moving backlight controls of framebuffer driver to the board
ARM: clps711x: p720t: Special driver for handling NAND memory is removed
ARM: clps711x: Moving power management of framebuffer driver to the board
ARM: clps711x: autcpu12: Special driver for handling NAND memory is removed
ARM: clps711x: Unused empty "ACK" calls for IRQ-chips removed
ARM: clps711x: Add FIQ interrupt handling
ARM: clps711x: Implement usage "MULTI_IRQ_HANDLER" kernel option for a platform
ARM: clps711x: Implement usage "SPARSE_IRQ" kernel option for a platform
ARM: clps711x: cdb89712: Special driver for handling memory is removed
ARM: clps711x: Always select AUTO_ZRELADDR for a platform
ARM: clps711x: p720t: Unneeded inclusion of head-sa1100.S removed
ARM: clps711x: Transform clps711x-framebuffer to platform driver and use it
ARM: clps711x: p720t: Using "leds-gpio" driver for LED control
ARM: clps711x: Using platform_driver for ethernet device
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7441ebdf25f..33d28875f54 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -369,11 +369,14 @@ config ARCH_CLPS711X bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" select ARCH_REQUIRE_GPIOLIB select ARCH_USES_GETTIMEOFFSET + select AUTO_ZRELADDR select CLKDEV_LOOKUP select COMMON_CLK select CPU_ARM720T select GENERIC_CLOCKEVENTS + select MULTI_IRQ_HANDLER select NEED_MACH_MEMORY_H + select SPARSE_IRQ help Support for Cirrus Logic 711x/721x/731x based boards. |