diff options
author | Olof Johansson <olof@lixom.net> | 2014-05-31 00:44:32 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-05-31 00:44:49 -0400 |
commit | fe388fac0f18010688032393d042807261791eaf (patch) | |
tree | a8893162201072ead0fb353063216b918335fa60 /arch/arm/Kconfig | |
parent | 8792f59213c3fc39a7f407f27975cce38fbb1b6d (diff) | |
parent | 9dfa92ec4033c348aae6bafc1881e07229fabaa6 (diff) |
Merge tag 'samsung-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc
Samsung Exynos updates for 3.16
- add new SoCs support
: exynos3250, 5260, 5410 and 5800
- enable multi-platform on exynos
: consolidate exynos related Kconfig entries
* tag 'samsung-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: (22 commits)
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
cpufreq: exynos: Fix the compile error
ARM: S3C24XX: move debug-macro.S into the common space
ARM: S3C24XX: use generic DEBUG_UART_PHY/_VIRT in debug macro
ARM: S3C24XX: trim down debug uart handling
ARM: compressed/head.S: remove s3c24xx special case
ARM: EXYNOS: Remove unnecessary inclusion of cpu.h
ARM: EXYNOS: Migrate Exynos specific macros from plat to mach
ARM: EXYNOS: Remove exynos_subsys registration
ARM: EXYNOS: Remove duplicate lines in Makefile
ARM: EXYNOS: use v7_exit_coherency_flush macro for cache disabling
ARM: dts: Remove g2d_pd node for exynos5420
ARM: dts: Remove mau_pd node for exynos5420
ARM: exynos_defconfig: enable HS-I2C to fix for mmc partition mount
...
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8071171b149a..506bf5d32874 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -828,26 +828,6 @@ config ARCH_S5PV210 | |||
828 | help | 828 | help |
829 | Samsung S5PV210/S5PC110 series based systems | 829 | Samsung S5PV210/S5PC110 series based systems |
830 | 830 | ||
831 | config ARCH_EXYNOS | ||
832 | bool "Samsung EXYNOS" | ||
833 | select ARCH_HAS_CPUFREQ | ||
834 | select ARCH_HAS_HOLES_MEMORYMODEL | ||
835 | select ARCH_REQUIRE_GPIOLIB | ||
836 | select ARCH_SPARSEMEM_ENABLE | ||
837 | select ARM_GIC | ||
838 | select COMMON_CLK_SAMSUNG | ||
839 | select CPU_V7 | ||
840 | select GENERIC_CLOCKEVENTS | ||
841 | select HAVE_S3C2410_I2C if I2C | ||
842 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | ||
843 | select HAVE_S3C_RTC if RTC_CLASS | ||
844 | select NEED_MACH_MEMORY_H | ||
845 | select SPARSE_IRQ | ||
846 | select SRAM | ||
847 | select USE_OF | ||
848 | help | ||
849 | Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) | ||
850 | |||
851 | config ARCH_DAVINCI | 831 | config ARCH_DAVINCI |
852 | bool "TI DaVinci" | 832 | bool "TI DaVinci" |
853 | select ARCH_HAS_HOLES_MEMORYMODEL | 833 | select ARCH_HAS_HOLES_MEMORYMODEL |