diff options
Diffstat (limited to 'arch/arm/mach-vexpress/Kconfig')
-rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index cbbb81e0e509..4a70be485ff8 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig | |||
@@ -65,10 +65,22 @@ config ARCH_VEXPRESS_DCSCB | |||
65 | This is needed to provide CPU and cluster power management | 65 | This is needed to provide CPU and cluster power management |
66 | on RTSM implementing big.LITTLE. | 66 | on RTSM implementing big.LITTLE. |
67 | 67 | ||
68 | config ARCH_VEXPRESS_SPC | ||
69 | bool "Versatile Express Serial Power Controller (SPC)" | ||
70 | select ARCH_HAS_CPUFREQ | ||
71 | select ARCH_HAS_OPP | ||
72 | select PM_OPP | ||
73 | help | ||
74 | The TC2 (A15x2 A7x3) versatile express core tile integrates a logic | ||
75 | block called Serial Power Controller (SPC) that provides the interface | ||
76 | between the dual cluster test-chip and the M3 microcontroller that | ||
77 | carries out power management. | ||
78 | |||
68 | config ARCH_VEXPRESS_TC2_PM | 79 | config ARCH_VEXPRESS_TC2_PM |
69 | bool "Versatile Express TC2 power management" | 80 | bool "Versatile Express TC2 power management" |
70 | depends on MCPM | 81 | depends on MCPM |
71 | select ARM_CCI | 82 | select ARM_CCI |
83 | select ARCH_VEXPRESS_SPC | ||
72 | help | 84 | help |
73 | Support for CPU and cluster power management on Versatile Express | 85 | Support for CPU and cluster power management on Versatile Express |
74 | with a TC2 (A15x2 A7x3) big.LITTLE core tile. | 86 | with a TC2 (A15x2 A7x3) big.LITTLE core tile. |