aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorGravatar Pawel Moll <pawel.moll@arm.com> 2013-06-11 11:56:02 +0100
committerGravatar Samuel Ortiz <sameo@linux.intel.com> 2013-06-19 11:32:00 +0200
commit8eb12b98163deaafae82e7dde044709919e4fdfa (patch)
tree26e34391966660210c61fada3a66d640a6dce7ab /drivers/mfd/Kconfig
parentmfd: twl4030-power: Fix relocking on error (diff)
downloadlinux-8eb12b98163deaafae82e7dde044709919e4fdfa.tar.gz
linux-8eb12b98163deaafae82e7dde044709919e4fdfa.tar.bz2
linux-8eb12b98163deaafae82e7dde044709919e4fdfa.zip
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 29f7363f6bc4..3e3be603cf82 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.