Skip to content

Commit

Permalink
pcmcia: disable PCMCIA ioctl also for ARM
Browse files Browse the repository at this point in the history
As per a3f916f, disable the long
obsolete PCMCIA ioctl also for ARM.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
  • Loading branch information
Dominik Brodowski committed May 17, 2010
1 parent 7622802 commit acd200b
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions drivers/pcmcia/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acd200b

Please sign in to comment.