diff options
Diffstat (limited to 'drivers/parport/Config.in')
-rw-r--r-- | drivers/parport/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/Config.in b/drivers/parport/Config.in index 3297568f0..d2af7d8f6 100644 --- a/drivers/parport/Config.in +++ b/drivers/parport/Config.in @@ -14,7 +14,7 @@ if [ "$CONFIG_PARPORT" != "n" ]; then if [ "$CONFIG_PARPORT_PC" = "y" ]; then # Don't bother with this if parport_pc is a module; it only affects # the presence or not of some __init's, which are no-ops for modules. - if [ "$CONFIG_PCMCIA" != "n" ]; then + if [ "$CONFIG_HOTPLUG" = "y" -a "$CONFIG_PCMCIA" != "n" ]; then bool ' Support for PCMCIA management for PC-style ports' CONFIG_PARPORT_PC_PCMCIA fi fi |