aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-04-05 18:46:37 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-05 18:46:37 -0400
commit2bf73dd61a84cdf27e49f48e08739af6ba70ace1 (patch)
tree225876ce1530ba6c3a96621a531f47e963fee691 /arch/arm/mach-exynos/Kconfig
parentd2b150d0647e055d7a71b1c33140280550b27dd6 (diff)
parent9dfbff16b422a4bac7ad309847c7bc5d65653392 (diff)
Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC late cleanups from Arnd Bergmann: "These could not be part of the first cleanup branch, because they either came too late in the cycle, or they have dependencies on other branches. Important changes are: - The integrator platform is almost multiplatform capable after some reorganization (Linus Walleij) - Minor cleanups on Zynq (Michal Simek) - Lots of changes for Exynos and other Samsung platforms, including further preparations for multiplatform support and the clocks bindings are rearranged" * tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (54 commits) devicetree: fix newly added exynos sata bindings ARM: EXYNOS: Fix compilation error in cpuidle.c ARM: S5P64X0: Explicitly include linux/serial_s3c.h in mach/pm-core.h ARM: EXYNOS: Remove hardware.h file ARM: SAMSUNG: Remove hardware.h inclusion ARM: S3C24XX: Remove invalid code from hardware.h dt-bindings: clock: Move exynos-audss-clk.h to dt-bindings/clock ARM: dts: Keep some essential LDOs enabled for arndale-octa board ARM: dts: Disable MDMA1 node for arndale-octa board ARM: S3C64XX: Fix build for implicit serial_s3c.h inclusion serial: s3c: Fix build of header without serial_core.h preinclusion ARM: EXYNOS: Allow wake-up using GIC interrupts ARM: EXYNOS: Stop using legacy Samsung PM code ARM: EXYNOS: Remove PM initcalls and useless indirection ARM: EXYNOS: Fix abuse of CONFIG_PM ARM: SAMSUNG: Move s3c_pm_check_* prototypes to plat/pm-common.h ARM: SAMSUNG: Move common save/restore helpers to separate file ARM: SAMSUNG: Move Samsung PM debug code into separate file ARM: SAMSUNG: Consolidate PM debug functions ARM: SAMSUNG: Use debug_ll_addr() to get UART base address ...
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r--arch/arm/mach-exynos/Kconfig16
1 files changed, 4 insertions, 12 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 8d197dcdd2c0..fc8bf18e222d 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -24,7 +24,7 @@ config ARCH_EXYNOS4
24 select HAVE_SMP 24 select HAVE_SMP
25 select MIGHT_HAVE_CACHE_L2X0 25 select MIGHT_HAVE_CACHE_L2X0
26 select PINCTRL 26 select PINCTRL
27 select PM_GENERIC_DOMAINS if PM 27 select PM_GENERIC_DOMAINS if PM_RUNTIME
28 select S5P_DEV_MFC 28 select S5P_DEV_MFC
29 help 29 help
30 Samsung EXYNOS4 SoCs based systems 30 Samsung EXYNOS4 SoCs based systems
@@ -46,10 +46,8 @@ config CPU_EXYNOS4210
46 default y 46 default y
47 depends on ARCH_EXYNOS4 47 depends on ARCH_EXYNOS4
48 select ARCH_HAS_BANDGAP 48 select ARCH_HAS_BANDGAP
49 select ARM_CPU_SUSPEND if PM 49 select ARM_CPU_SUSPEND if PM_SLEEP
50 select PINCTRL_EXYNOS 50 select PINCTRL_EXYNOS
51 select S5P_PM if PM
52 select S5P_SLEEP if PM
53 select SAMSUNG_DMADEV 51 select SAMSUNG_DMADEV
54 help 52 help
55 Enable EXYNOS4210 CPU support 53 Enable EXYNOS4210 CPU support
@@ -60,8 +58,6 @@ config SOC_EXYNOS4212
60 depends on ARCH_EXYNOS4 58 depends on ARCH_EXYNOS4
61 select ARCH_HAS_BANDGAP 59 select ARCH_HAS_BANDGAP
62 select PINCTRL_EXYNOS 60 select PINCTRL_EXYNOS
63 select S5P_PM if PM
64 select S5P_SLEEP if PM
65 select SAMSUNG_DMADEV 61 select SAMSUNG_DMADEV
66 help 62 help
67 Enable EXYNOS4212 SoC support 63 Enable EXYNOS4212 SoC support
@@ -82,9 +78,7 @@ config SOC_EXYNOS5250
82 depends on ARCH_EXYNOS5 78 depends on ARCH_EXYNOS5
83 select ARCH_HAS_BANDGAP 79 select ARCH_HAS_BANDGAP
84 select PINCTRL_EXYNOS 80 select PINCTRL_EXYNOS
85 select PM_GENERIC_DOMAINS if PM 81 select PM_GENERIC_DOMAINS if PM_RUNTIME
86 select S5P_PM if PM
87 select S5P_SLEEP if PM
88 select S5P_DEV_MFC 82 select S5P_DEV_MFC
89 select SAMSUNG_DMADEV 83 select SAMSUNG_DMADEV
90 help 84 help
@@ -94,9 +88,7 @@ config SOC_EXYNOS5420
94 bool "SAMSUNG EXYNOS5420" 88 bool "SAMSUNG EXYNOS5420"
95 default y 89 default y
96 depends on ARCH_EXYNOS5 90 depends on ARCH_EXYNOS5
97 select PM_GENERIC_DOMAINS if PM 91 select PM_GENERIC_DOMAINS if PM_RUNTIME
98 select S5P_PM if PM
99 select S5P_SLEEP if PM
100 help 92 help
101 Enable EXYNOS5420 SoC support 93 Enable EXYNOS5420 SoC support
102 94