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