diff options
Diffstat (limited to 'arch/arm/mach-vexpress/Kconfig')
-rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 3c2509b4b694..daa7ab6cb909 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig | |||
@@ -53,7 +53,7 @@ config ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA | |||
53 | config ARCH_VEXPRESS_DCSCB | 53 | config ARCH_VEXPRESS_DCSCB |
54 | bool "Dual Cluster System Control Block (DCSCB) support" | 54 | bool "Dual Cluster System Control Block (DCSCB) support" |
55 | depends on MCPM | 55 | depends on MCPM |
56 | select ARM_CCI | 56 | select ARM_CCI400_PORT_CTRL |
57 | help | 57 | help |
58 | Support for the Dual Cluster System Configuration Block (DCSCB). | 58 | Support for the Dual Cluster System Configuration Block (DCSCB). |
59 | This is needed to provide CPU and cluster power management | 59 | This is needed to provide CPU and cluster power management |
@@ -71,7 +71,7 @@ config ARCH_VEXPRESS_SPC | |||
71 | config ARCH_VEXPRESS_TC2_PM | 71 | config ARCH_VEXPRESS_TC2_PM |
72 | bool "Versatile Express TC2 power management" | 72 | bool "Versatile Express TC2 power management" |
73 | depends on MCPM | 73 | depends on MCPM |
74 | select ARM_CCI | 74 | select ARM_CCI400_PORT_CTRL |
75 | select ARCH_VEXPRESS_SPC | 75 | select ARCH_VEXPRESS_SPC |
76 | select ARM_CPU_SUSPEND | 76 | select ARM_CPU_SUSPEND |
77 | help | 77 | help |