diff options
author | Olof Johansson <olof@lixom.net> | 2012-11-21 07:14:59 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 07:14:59 +0100 |
commit | 5ffd785402c295328d3866d9f8630152f51d332a (patch) | |
tree | 1ecf19ebd7e92b5a99ce094934c0a7901c96402b /arch/arm/Kconfig | |
parent | Add support for generic BCM SoC chipsets (diff) | |
parent | ARM: sunxi: Add entry to MAINTAINERS (diff) | |
download | linux-5ffd785402c295328d3866d9f8630152f51d332a.tar.xz linux-5ffd785402c295328d3866d9f8630152f51d332a.zip |
Merge tag 'tags/sunxi-support-for-3.8' of git://github.com/mripard/linux into next/soc
From Maxime Ripard:
Allwinner SoC support for 3.8
* tag 'tags/sunxi-support-for-3.8' of git://github.com/mripard/linux:
ARM: sunxi: Add entry to MAINTAINERS
ARM: sunxi: Add device tree for the A13 and the Olinuxino board
ARM: sunxi: Add earlyprintk support
ARM: sunxi: Add basic support for Allwinner A1x SoCs
irqchip: sunxi: Add irq controller driver
clocksource: sunxi: Add Allwinner A1X Timer Driver
clk: sunxi: Add dummy fixed rate clock for Allwinner A1X SoCs
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c1cc4f79e4fe..6c1d0198553d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1102,6 +1102,8 @@ source "arch/arm/mach-exynos/Kconfig" source "arch/arm/mach-shmobile/Kconfig" +source "arch/arm/mach-sunxi/Kconfig" + source "arch/arm/mach-prima2/Kconfig" source "arch/arm/mach-tegra/Kconfig" |