]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
pcmcia: disable PCMCIA ioctl also for ARM
authorDominik Brodowski <linux@dominikbrodowski.net>
Sat, 6 Mar 2010 12:31:17 +0000 (13:31 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 17 May 2010 13:44:59 +0000 (15:44 +0200)
As per a3f916f2c84f2b9e1d32cc0dbfe326a9e380dbfb, disable the long
obsolete PCMCIA ioctl also for ARM.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/Kconfig

index 4c5b53f620795cb252cfb872b449e8c96b2929b0..caca50eaa0e76281dfe77523c24da0a77d0c6215 100644 (file)
@@ -49,26 +49,6 @@ config PCMCIA_LOAD_CIS
 
          If unsure, say Y.
 
-config PCMCIA_IOCTL
-       bool "PCMCIA control ioctl (obsolete)"
-       depends on PCMCIA && ARM && !SMP && !PREEMPT
-       default y
-       help
-         If you say Y here, the deprecated ioctl interface to the PCMCIA
-         subsystem will be built. It is needed by the deprecated pcmcia-cs
-         tools (cardmgr, cardctl) to function properly.
-
-         You should use the new pcmciautils package instead (see
-         <file:Documentation/Changes> for location and details).
-
-         This config option will most likely be removed from kernel 2.6.35,
-         the associated code from kernel 2.6.36.
-
-         As the PCMCIA ioctl is not locking safe, it depends on !SMP and
-         !PREEMPT.
-
-         If unsure, say N.
-
 config CARDBUS
        bool "32-bit CardBus support"
        depends on PCI