aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-06-02 19:15:12 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-02 19:15:12 -0400
commit825f4e0271b0de3f7f31d963dcdaa0056fe9b73a (patch)
treeaef1f198da011a96fefbe9851137ca17afd929a4 /arch/arm/Kconfig
parent0a58471541cc823ef8056d23945c39fec154481c (diff)
parentb5b9324a6296bd0176fe1f8e06a1220207bd1bd3 (diff)
Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next
Pull part one of ARM SoC updates from Olof Johansson: "A quite large set of SoC updates this cycle. In no particular order: - Multi-cluster power management for Samsung Exynos, adding support for big.LITTLE CPU switching on EXYNOS5 - SMP support for Marvell Armada 375 and 38x - SMP rework on Allwinner A31 - Xilinx Zynq support for SOC_BUS, big endian - Marvell orion5x platform cleanup, modernizing the implementation and moving to DT. - _Finally_ moving Samsung Exynos over to support MULTIPLATFORM, so that their platform can be enabled in the same kernel binary as most of the other v7 platforms in the tree. \o/ The work isn't quite complete, there's some driver fixes still needed, but the basics now work. New SoC support added: - Freescale i.MX6SX - LSI Axxia AXM55xx SoCs - Samsung EXYNOS 3250, 5260, 5410, 5420 and 5800 - STi STIH407 plus a large set of various smaller updates for different platforms. I'm probably missing some important one here" * tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (281 commits) ARM: exynos: don't run exynos4 l2x0 setup on other platforms ARM: exynos: Fix "allmodconfig" build errors in mcpm and hotplug ARM: EXYNOS: mcpm rename the power_down_finish ARM: EXYNOS: Enable mcpm for dual-cluster exynos5800 SoC ARM: EXYNOS: Enable multi-platform build support ARM: EXYNOS: Consolidate Kconfig entries ARM: EXYNOS: Add support for EXYNOS5410 SoC ARM: EXYNOS: Support secondary CPU boot of Exynos3250 ARM: EXYNOS: Add Exynos3250 SoC ID ARM: EXYNOS: Add 5800 SoC support ARM: EXYNOS: initial board support for exynos5260 SoC clk: exynos5410: register clocks using common clock framework ARM: debug: qcom: add UART addresses to Kconfig help for APQ8084 ARM: sunxi: allow building without reset controller Documentation: devicetree: arm: sort enable-method entries ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE clk: exynos5250: Add missing sysmmu clocks for DISP and ISP blocks ARM: dts: axxia: Add reset controller power: reset: Add Axxia system reset driver ARM: axxia: Adding defconfig for AXM55xx ...
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig24
1 files changed, 3 insertions, 21 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 860bea828ac4..201f5e105484 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -377,7 +377,6 @@ config ARCH_AT91
377 select ARCH_REQUIRE_GPIOLIB 377 select ARCH_REQUIRE_GPIOLIB
378 select CLKDEV_LOOKUP 378 select CLKDEV_LOOKUP
379 select IRQ_DOMAIN 379 select IRQ_DOMAIN
380 select NEED_MACH_GPIO_H
381 select NEED_MACH_IO_H if PCCARD 380 select NEED_MACH_IO_H if PCCARD
382 select PINCTRL 381 select PINCTRL
383 select PINCTRL_AT91 if USE_OF 382 select PINCTRL_AT91 if USE_OF
@@ -756,7 +755,7 @@ config ARCH_S3C64XX
756 select ATAGS 755 select ATAGS
757 select CLKDEV_LOOKUP 756 select CLKDEV_LOOKUP
758 select CLKSRC_SAMSUNG_PWM 757 select CLKSRC_SAMSUNG_PWM
759 select COMMON_CLK 758 select COMMON_CLK_SAMSUNG
760 select CPU_V6K 759 select CPU_V6K
761 select GENERIC_CLOCKEVENTS 760 select GENERIC_CLOCKEVENTS
762 select GPIO_SAMSUNG 761 select GPIO_SAMSUNG
@@ -830,25 +829,6 @@ config ARCH_S5PV210
830 help 829 help
831 Samsung S5PV210/S5PC110 series based systems 830 Samsung S5PV210/S5PC110 series based systems
832 831
833config ARCH_EXYNOS
834 bool "Samsung EXYNOS"
835 select ARCH_HAS_CPUFREQ
836 select ARCH_HAS_HOLES_MEMORYMODEL
837 select ARCH_REQUIRE_GPIOLIB
838 select ARCH_SPARSEMEM_ENABLE
839 select ARM_GIC
840 select COMMON_CLK
841 select CPU_V7
842 select GENERIC_CLOCKEVENTS
843 select HAVE_S3C2410_I2C if I2C
844 select HAVE_S3C2410_WATCHDOG if WATCHDOG
845 select HAVE_S3C_RTC if RTC_CLASS
846 select NEED_MACH_MEMORY_H
847 select SPARSE_IRQ
848 select USE_OF
849 help
850 Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5)
851
852config ARCH_DAVINCI 832config ARCH_DAVINCI
853 bool "TI DaVinci" 833 bool "TI DaVinci"
854 select ARCH_HAS_HOLES_MEMORYMODEL 834 select ARCH_HAS_HOLES_MEMORYMODEL
@@ -952,6 +932,8 @@ source "arch/arm/mach-mvebu/Kconfig"
952 932
953source "arch/arm/mach-at91/Kconfig" 933source "arch/arm/mach-at91/Kconfig"
954 934
935source "arch/arm/mach-axxia/Kconfig"
936
955source "arch/arm/mach-bcm/Kconfig" 937source "arch/arm/mach-bcm/Kconfig"
956 938
957source "arch/arm/mach-berlin/Kconfig" 939source "arch/arm/mach-berlin/Kconfig"