diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-13 13:58:20 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-13 13:58:20 -0500 |
commit | a11da7df6543b5f71a150b47c0d08ecf0799a0f3 (patch) | |
tree | 77eaac99426f64a0a8dc3b5d62c86138a8c72d43 /arch/arm/mach-omap2/Kconfig | |
parent | b8edf848e9119bab9d999b9ca80d8520641810f2 (diff) | |
parent | 9c7466b217af784280d9fc841bbd559ef3bf33e9 (diff) |
Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC power management and clock changes from Olof Johansson:
"This branch contains a largeish set of updates of power management and
clock setup. The bulk of it is for OMAP/AM33xx platforms, but also a
few around hotplug/suspend/resume on Exynos.
It includes a split-up of some of the OMAP clock data into separate
files which adds to the diffstat, but gross delta is fairly reasonable."
* tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (60 commits)
ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h
ASoC: OMAP: mcbsp fixes for enabling ARM multiplatform support
watchdog: OMAP: fixup for ARM multiplatform support
ARM: EXYNOS: Add flush_cache_all in suspend finisher
ARM: EXYNOS: Remove scu_enable from cpuidle
ARM: EXYNOS: Fix soft reboot hang after suspend/resume
ARM: EXYNOS: Add support for rtc wakeup
ARM: EXYNOS: fix the hotplug for Cortex-A15
ARM: OMAP2+: omap_device: Correct resource handling for DT boot
ARM: OMAP2+: hwmod: Add possibility to count hwmod resources based on type
ARM: OMAP2+: hwmod: Add support for per hwmod/module context lost count
ARM: OMAP2+: PRM: initialize some PRM functions early
ARM: OMAP2+: voltage: fixup oscillator handling when CONFIG_PM=n
ARM: OMAP4: USB: power down MUSB PHY during boot
ARM: OMAP2+: clock: Cleanup !CONFIG_COMMON_CLK parts
ARM: OMAP2xxx: clock: drop obsolete clock data
ARM: OMAP2: clock: Cleanup !CONFIG_COMMON_CLK parts
ARM: OMAP3+: DPLL: drop !CONFIG_COMMON_CLK sections
ARM: AM33xx: clock: drop obsolete clock data
ARM: OMAP3xxx: clk: drop obsolete clock data
...
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 2265e5826883..be0f62bf9037 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -34,6 +34,7 @@ config ARCH_OMAP2 | |||
34 | select CPU_V6 | 34 | select CPU_V6 |
35 | select MULTI_IRQ_HANDLER | 35 | select MULTI_IRQ_HANDLER |
36 | select SOC_HAS_OMAP2_SDRC | 36 | select SOC_HAS_OMAP2_SDRC |
37 | select COMMON_CLK | ||
37 | 38 | ||
38 | config ARCH_OMAP3 | 39 | config ARCH_OMAP3 |
39 | bool "TI OMAP3" | 40 | bool "TI OMAP3" |
@@ -47,6 +48,7 @@ config ARCH_OMAP3 | |||
47 | select PM_OPP if PM | 48 | select PM_OPP if PM |
48 | select PM_RUNTIME if CPU_IDLE | 49 | select PM_RUNTIME if CPU_IDLE |
49 | select SOC_HAS_OMAP2_SDRC | 50 | select SOC_HAS_OMAP2_SDRC |
51 | select COMMON_CLK | ||
50 | select USB_ARCH_HAS_EHCI if USB_SUPPORT | 52 | select USB_ARCH_HAS_EHCI if USB_SUPPORT |
51 | 53 | ||
52 | config ARCH_OMAP4 | 54 | config ARCH_OMAP4 |
@@ -68,6 +70,7 @@ config ARCH_OMAP4 | |||
68 | select PM_OPP if PM | 70 | select PM_OPP if PM |
69 | select PM_RUNTIME if CPU_IDLE | 71 | select PM_RUNTIME if CPU_IDLE |
70 | select USB_ARCH_HAS_EHCI if USB_SUPPORT | 72 | select USB_ARCH_HAS_EHCI if USB_SUPPORT |
73 | select COMMON_CLK | ||
71 | 74 | ||
72 | config SOC_OMAP5 | 75 | config SOC_OMAP5 |
73 | bool "TI OMAP5" | 76 | bool "TI OMAP5" |
@@ -77,6 +80,7 @@ config SOC_OMAP5 | |||
77 | select CPU_V7 | 80 | select CPU_V7 |
78 | select HAVE_SMP | 81 | select HAVE_SMP |
79 | select SOC_HAS_REALTIME_COUNTER | 82 | select SOC_HAS_REALTIME_COUNTER |
83 | select COMMON_CLK | ||
80 | 84 | ||
81 | comment "OMAP Core Type" | 85 | comment "OMAP Core Type" |
82 | depends on ARCH_OMAP2 | 86 | depends on ARCH_OMAP2 |
@@ -111,6 +115,7 @@ config SOC_AM33XX | |||
111 | select ARM_CPU_SUSPEND if PM | 115 | select ARM_CPU_SUSPEND if PM |
112 | select CPU_V7 | 116 | select CPU_V7 |
113 | select MULTI_IRQ_HANDLER | 117 | select MULTI_IRQ_HANDLER |
118 | select COMMON_CLK | ||
114 | 119 | ||
115 | config OMAP_PACKAGE_ZAF | 120 | config OMAP_PACKAGE_ZAF |
116 | bool | 121 | bool |