summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorPawel Moll <pawel.moll@arm.com>2013-06-11 10:56:02 (GMT)
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-19 09:32:00 (GMT)
commit8eb12b98163deaafae82e7dde044709919e4fdfa (patch)
tree26e34391966660210c61fada3a66d640a6dce7ab /drivers/mfd/Kconfig
parentcb3cabd6788dd8c2e87dc7262a45a24e063681a3 (diff)
downloadlinux-fsl-qoriq-8eb12b98163deaafae82e7dde044709919e4fdfa.tar.xz
mfd: vexpress: Make the driver optional for arm and arm64
The driver can be used on either arm or arm64 platforms, but the latter doesn't have any platform-specific configuration options, so it must be possible to manually enable the driver. As the gpiolib is optional for arm64 arch, the gpio/led code must be compiled conditionally. Signed-off-by: Pawel Moll <pawel.moll@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 29f7363..3e3be60 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1151,7 +1151,8 @@ config MCP_UCB1200_TS
endmenu
config VEXPRESS_CONFIG
- bool
+ bool "ARM Versatile Express platform infrastructure"
+ depends on ARM || ARM64
help
Platform configuration infrastructure for the ARM Ltd.
Versatile Express.