aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio/Kconfig
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2010-02-11 09:38:53 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-07 20:04:51 -0500
commit0a965eb9f69caf0fb331d45556da8bab1c8dcb11 (patch)
tree6d24a1606b9b0a96c94828140d65a7a871e63e05 /drivers/uio/Kconfig
parent8f314cfc1259d3f5039b142ce6fdc90367c22d82 (diff)
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: John Ogness <john.ogness@linutronix.de> Signed-off-by: Hans J. Koch <hjk@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/uio/Kconfig')
-rw-r--r--drivers/uio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig
index 069b1443be6c..6dd2a290f323 100644
--- a/drivers/uio/Kconfig
+++ b/drivers/uio/Kconfig
@@ -74,6 +74,7 @@ config UIO_AEC
74 74
75config UIO_SERCOS3 75config UIO_SERCOS3
76 tristate "Automata Sercos III PCI card driver" 76 tristate "Automata Sercos III PCI card driver"
77 depends on PCI
77 help 78 help
78 Userspace I/O interface for the Sercos III PCI card from 79 Userspace I/O interface for the Sercos III PCI card from
79 Automata GmbH. The userspace part of this driver will be 80 Automata GmbH. The userspace part of this driver will be
@@ -87,7 +88,6 @@ config UIO_SERCOS3
87config UIO_PCI_GENERIC 88config UIO_PCI_GENERIC
88 tristate "Generic driver for PCI 2.3 and PCI Express cards" 89 tristate "Generic driver for PCI 2.3 and PCI Express cards"
89 depends on PCI 90 depends on PCI
90 default n
91 help 91 help
92 Generic driver that you can bind, dynamically, to any 92 Generic driver that you can bind, dynamically, to any
93 PCI 2.3 compliant and PCI Express card. It is useful, 93 PCI 2.3 compliant and PCI Express card. It is useful,