Skip to content

Commit

Permalink
staging: kpc2000: Add dependency on MFD_CORE to kconfig symbol 'KPC2000'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geordan Neukum authored and Greg Kroah-Hartman committed May 24, 2019
1 parent fea6991 commit e61ff0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/kpc2000/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

0 comments on commit e61ff0f

Please sign in to comment.