[PATCH 1/3] UIO: don't let UIO_CIF and UIO_SMX depend twice on UIO



ae210f188614bb3d1ee3f19c64e28e3cdd44877c introduced a big "if UIO"/"endif"
where all uio drivers are defined. So know there is no need for them to
depend explicitly on UIO.

Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@xxxxxxxx>
---
Hello,

these hunks were part of a patch in my first series but that patch was dropped
because another patch in Greg's queue did a subset of mine.

Best regards
Uwe

drivers/uio/Kconfig | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig
index a4aaab9..78e139c 100644
--- a/drivers/uio/Kconfig
+++ b/drivers/uio/Kconfig
@@ -15,7 +15,7 @@ if UIO

config UIO_CIF
tristate "generic Hilscher CIF Card driver"
- depends on UIO && PCI
+ depends on PCI
default n
help
Driver for Hilscher CIF DeviceNet and Profibus cards. This
@@ -28,7 +28,6 @@ config UIO_CIF

config UIO_SMX
tristate "SMX cryptengine UIO interface"
- depends on UIO
default n
help
Userspace IO interface to the Cryptography engine found on the
--
1.5.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: [PATCH] uio_pdrv: Unique IRQ Mode
    ... So your main objection against this patch is that you cannot use it ... The objection is that your code offers no advantages. ... Why wouldn't we use UIO for device within the Soc? ... I haven't seen any such driver yet. ...
    (Linux-Kernel)
  • Re: [PATCH] uio_pdrv: Unique IRQ Mode
    ... This patch adds a "Unique IRQ Mode" to the uio_pdrv UIO platform driver. ...
    (Linux-Kernel)
  • Re: [PATCH] uio_pdrv: Unique IRQ Mode
    ... So your main objection against this patch is that you cannot use it ... The objection is that your code offers no advantages. ... If it's a device within the SoC, you won't use UIO for that. ... Every platform device driver depends on board support. ...
    (Linux-Kernel)
  • Re: [PATCH 1/1] UIO: Add a write() function to enable/disable interrupts
    ... from the userspace part of the driver. ... With this patch, the UIO kernel driver ... UIO core will then call the driver's irqcontrol function. ...
    (Linux-Kernel)
  • [PATCH] UIO: dont let UIO_CIF and UIO_SMX depend twice on UIO
    ... where all uio drivers are defined. ... tristate "generic Hilscher CIF Card driver" ... Driver for Hilscher CIF DeviceNet and Profibus cards. ... tristate "SMX cryptengine UIO interface" ...
    (Linux-Kernel)