提交 0a965eb9 编写于 作者: J John Ogness 提交者: Greg Kroah-Hartman

UIO: minor Kconfig fixes

Two trivial fixes for the Userspace IO Kconfig file:
1) uio_sercos3 is a PCI driver, so let it depend on PCI.
2) "default n" under UIO_PCI_GENERIC is luxury since it is already the default.
Acked-by: NJohn Ogness <john.ogness@linutronix.de>
Signed-off-by: NHans J. Koch <hjk@linutronix.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 8f314cfc
...@@ -74,6 +74,7 @@ config UIO_AEC ...@@ -74,6 +74,7 @@ config UIO_AEC
config UIO_SERCOS3 config UIO_SERCOS3
tristate "Automata Sercos III PCI card driver" tristate "Automata Sercos III PCI card driver"
depends on PCI
help help
Userspace I/O interface for the Sercos III PCI card from Userspace I/O interface for the Sercos III PCI card from
Automata GmbH. The userspace part of this driver will be Automata GmbH. The userspace part of this driver will be
...@@ -87,7 +88,6 @@ config UIO_SERCOS3 ...@@ -87,7 +88,6 @@ config UIO_SERCOS3
config UIO_PCI_GENERIC config UIO_PCI_GENERIC
tristate "Generic driver for PCI 2.3 and PCI Express cards" tristate "Generic driver for PCI 2.3 and PCI Express cards"
depends on PCI depends on PCI
default n
help help
Generic driver that you can bind, dynamically, to any Generic driver that you can bind, dynamically, to any
PCI 2.3 compliant and PCI Express card. It is useful, PCI 2.3 compliant and PCI Express card. It is useful,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册