* [PATCH] UIO: Review of drivers/uio/Kconfig
@ 2010-02-09 23:23 Hans J. Koch
2010-02-11 14:38 ` John Ogness
0 siblings, 1 reply; 2+ messages in thread
From: Hans J. Koch @ 2010-02-09 23:23 UTC (permalink / raw)
To: LKML; +Cc: Greg Kroah-Hartman, John Ogness, "Michael S. Tsirkin <mst
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.
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
---
drivers/uio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.33-rc/drivers/uio/Kconfig
===================================================================
--- linux-2.6.33-rc.orig/drivers/uio/Kconfig 2010-02-10 00:07:18.000000000 +0100
+++ linux-2.6.33-rc/drivers/uio/Kconfig 2010-02-10 00:08:10.000000000 +0100
@@ -74,6 +74,7 @@
config UIO_SERCOS3
tristate "Automata Sercos III PCI card driver"
+ depends on PCI
help
Userspace I/O interface for the Sercos III PCI card from
Automata GmbH. The userspace part of this driver will be
@@ -87,7 +88,6 @@
config UIO_PCI_GENERIC
tristate "Generic driver for PCI 2.3 and PCI Express cards"
depends on PCI
- default n
help
Generic driver that you can bind, dynamically, to any
PCI 2.3 compliant and PCI Express card. It is useful,
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] UIO: Review of drivers/uio/Kconfig
2010-02-09 23:23 [PATCH] UIO: Review of drivers/uio/Kconfig Hans J. Koch
@ 2010-02-11 14:38 ` John Ogness
0 siblings, 0 replies; 2+ messages in thread
From: John Ogness @ 2010-02-11 14:38 UTC (permalink / raw)
To: LKML; +Cc: Greg Kroah-Hartman, Michael S. Tsirkin, Hans J. Koch
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>
---
drivers/uio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.33-rc/drivers/uio/Kconfig
===================================================================
--- linux-2.6.33-rc.orig/drivers/uio/Kconfig 2010-02-10 00:07:18.000000000 +0100
+++ linux-2.6.33-rc/drivers/uio/Kconfig 2010-02-10 00:08:10.000000000 +0100
@@ -74,6 +74,7 @@
config UIO_SERCOS3
tristate "Automata Sercos III PCI card driver"
+ depends on PCI
help
Userspace I/O interface for the Sercos III PCI card from
Automata GmbH. The userspace part of this driver will be
@@ -87,7 +88,6 @@
config UIO_PCI_GENERIC
tristate "Generic driver for PCI 2.3 and PCI Express cards"
depends on PCI
- default n
help
Generic driver that you can bind, dynamically, to any
PCI 2.3 compliant and PCI Express card. It is useful,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-11 14:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-09 23:23 [PATCH] UIO: Review of drivers/uio/Kconfig Hans J. Koch
2010-02-11 14:38 ` John Ogness
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.