提交 e61ff0fb 编写于 作者: G Geordan Neukum 提交者: Greg Kroah-Hartman

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: NGeordan Neukum <gneukum1@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 fea69916
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
config KPC2000 config KPC2000
bool "Daktronics KPC Device support" bool "Daktronics KPC Device support"
select MFD_CORE
depends on PCI depends on PCI
depends on UIO depends on UIO
help help
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册