summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGeordan Neukum2019-05-24 04:36:36 +0200
committerGreg Kroah-Hartman2019-05-24 09:41:09 +0200
commite61ff0fba72d981449c90b5299cebb74534b6f7c (patch)
tree98fb6689e90b5a16be7d70994afe52f26c899a18 /drivers
parentstaging: wilc1000: Fix some double unlock bugs in wilc_wlan_cleanup() (diff)
downloadkernel-qcow2-linux-e61ff0fba72d981449c90b5299cebb74534b6f7c.tar.gz
kernel-qcow2-linux-e61ff0fba72d981449c90b5299cebb74534b6f7c.tar.xz
kernel-qcow2-linux-e61ff0fba72d981449c90b5299cebb74534b6f7c.zip
staging: kpc2000: Add dependency on MFD_CORE to kconfig symbol 'KPC2000'
The kpc2000 core makes calls against functions conditionally exported upon selection of the kconfig symbol MFD_CORE. Therefore, the kpc2000 core depends upon the mfd_core, and that dependency must be tracked in Kconfig to avoid potential build issues. Signed-off-by: Geordan Neukum <gneukum1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/kpc2000/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/kpc2000/Kconfig b/drivers/staging/kpc2000/Kconfig
index febe4f8b30e5..3bb2efd511c4 100644
--- a/drivers/staging/kpc2000/Kconfig
+++ b/drivers/staging/kpc2000/Kconfig
@@ -2,6 +2,7 @@
config KPC2000
bool "Daktronics KPC Device support"
+ select MFD_CORE
depends on PCI
depends on UIO
help