aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2020-04-29 15:58:20 -0500
committerRob Herring <robh@kernel.org>2020-05-13 12:42:45 -0500
commit7b9d428e05197b589d5b770a791231cf972bd2ed (patch)
tree2bced8bb69f66b970f41970dd86c879c791ba139 /drivers/mfd/Kconfig
parentmfd: vexpress-sysreg: Use devres API variants (diff)
downloadlinux-dev-7b9d428e05197b589d5b770a791231cf972bd2ed.tar.xz
linux-dev-7b9d428e05197b589d5b770a791231cf972bd2ed.zip
mfd: vexpress-sysreg: Support building as a module
Enable building the vexpress-sysreg driver as a module. As deferred probe between the vexpress components works now, we don't need to create struct devices early with of_platform_device_create(). Cc: Liviu Dudau <liviu.dudau@arm.com> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Cc: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index b1311dea2da1..792766558328 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -2028,7 +2028,7 @@ config MCP_UCB1200_TS
endmenu
config MFD_VEXPRESS_SYSREG
- bool "Versatile Express System Registers"
+ tristate "Versatile Express System Registers"
depends on VEXPRESS_CONFIG && GPIOLIB
default y
select GPIO_GENERIC_PLATFORM