Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e61ff0fb authored by Geordan Neukum's avatar Geordan Neukum Committed by Greg Kroah-Hartman
Browse files

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: default avatarGeordan Neukum <gneukum1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fea69916
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

config KPC2000
	bool "Daktronics KPC Device support"
	select MFD_CORE
	depends on PCI
	depends on UIO
	help