diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2020-09-17 21:31:40 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-09-30 17:46:31 +0100 |
commit | 1586d3a964c9b273ca982b750f757fbedcb57afb (patch) | |
tree | 8795341705ca9f2f5028822a4dad44b004930f50 /drivers/mfd/Kconfig | |
parent | b727db94e3ba451a6941b0f8d8714f9f260ab110 (diff) |
mfd: asic3: Build if COMPILE_TEST=y
Build this driver on another platforms if COMPILE_TEST=y. Another
drivers may depend on this, for example leds-asic3.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 2ba269429e25..bdf8cb962027 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -290,7 +290,8 @@ config MFD_CS47L92 config MFD_ASIC3 bool "Compaq ASIC3" - depends on GPIOLIB && ARM + depends on GPIOLIB + depends on ARM || COMPILE_TEST select MFD_CORE help This driver supports the ASIC3 multifunction chip found on many |