Skip to content

Commit 1586d3a

Browse files
elkabloLee Jones
authored andcommitted
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 <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent b727db9 commit 1586d3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/mfd/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ config MFD_CS47L92
290290

291291
config MFD_ASIC3
292292
bool "Compaq ASIC3"
293-
depends on GPIOLIB && ARM
293+
depends on GPIOLIB
294+
depends on ARM || COMPILE_TEST
294295
select MFD_CORE
295296
help
296297
This driver supports the ASIC3 multifunction chip found on many

0 commit comments

Comments
 (0)