diff options
Diffstat (limited to 'drivers/uio')
-rw-r--r-- | drivers/uio/Kconfig | 2 |
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 | ||
75 | config UIO_SERCOS3 | 75 | config 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 | |||
87 | config UIO_PCI_GENERIC | 88 | config 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, |