aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig15
1 files changed, 10 insertions, 5 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 33834120d057..490fd48a9541 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1227,12 +1227,17 @@ config MCP_UCB1200_TS
1227 1227
1228endmenu 1228endmenu
1229 1229
1230config VEXPRESS_CONFIG 1230config MFD_VEXPRESS_SYSREG
1231 bool "ARM Versatile Express platform infrastructure" 1231 bool "Versatile Express System Registers"
1232 depends on ARM || ARM64 1232 depends on VEXPRESS_CONFIG
1233 default y
1234 select CLKSRC_MMIO
1235 select GPIO_GENERIC_PLATFORM
1236 select MFD_CORE
1237 select MFD_SYSCON
1233 help 1238 help
1234 Platform configuration infrastructure for the ARM Ltd. 1239 System Registers are the platform configuration block
1235 Versatile Express. 1240 on the ARM Ltd. Versatile Express board.
1236 1241
1237endmenu 1242endmenu
1238endif 1243endif