aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pcmcia/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig
index c0c77f82d051..f201bd673137 100644
--- a/drivers/pcmcia/Kconfig
+++ b/drivers/pcmcia/Kconfig
@@ -2,9 +2,7 @@
2# PCCARD (PCMCIA/CardBus) bus subsystem configuration 2# PCCARD (PCMCIA/CardBus) bus subsystem configuration
3# 3#
4 4
5menu "PCCARD (PCMCIA/CardBus) support" 5menuconfig PCCARD
6
7config PCCARD
8 tristate "PCCard (PCMCIA/CardBus) support" 6 tristate "PCCard (PCMCIA/CardBus) support"
9 depends on HOTPLUG 7 depends on HOTPLUG
10 ---help--- 8 ---help---
@@ -278,5 +276,3 @@ config PCCARD_IODYN
278 bool 276 bool
279 277
280endif # PCCARD 278endif # PCCARD
281
282endmenu