diff options
Diffstat (limited to 'drivers/pcmcia/Kconfig')
| -rw-r--r-- | drivers/pcmcia/Kconfig | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index 52ea34594363..6485f75d2fb3 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | # | 1 | # |
| 2 | # PCMCIA bus subsystem configuration | 2 | # PCCARD (PCMCIA/CardBus) bus subsystem configuration |
| 3 | # | ||
| 4 | # Right now the non-CardBus choices are not supported | ||
| 5 | # by the integrated kernel driver. | ||
| 6 | # | 3 | # |
| 7 | 4 | ||
| 8 | menu "PCCARD (PCMCIA/CardBus) support" | 5 | menu "PCCARD (PCMCIA/CardBus) support" |
| @@ -32,7 +29,7 @@ config PCMCIA_DEBUG | |||
| 32 | 29 | ||
| 33 | The kernel command line options are: | 30 | The kernel command line options are: |
| 34 | pcmcia_core.pc_debug=N | 31 | pcmcia_core.pc_debug=N |
| 35 | ds.pc_debug=N | 32 | pcmcia.pc_debug=N |
| 36 | sa11xx_core.pc_debug=N | 33 | sa11xx_core.pc_debug=N |
| 37 | 34 | ||
| 38 | The module option is called pc_debug=N | 35 | The module option is called pc_debug=N |
| @@ -73,7 +70,7 @@ config PCMCIA_LOAD_CIS | |||
| 73 | If unsure, say Y. | 70 | If unsure, say Y. |
| 74 | 71 | ||
| 75 | config PCMCIA_IOCTL | 72 | config PCMCIA_IOCTL |
| 76 | bool | 73 | bool "PCMCIA control ioctl (obsolete)" |
| 77 | depends on PCMCIA | 74 | depends on PCMCIA |
| 78 | default y | 75 | default y |
| 79 | help | 76 | help |
| @@ -81,9 +78,8 @@ config PCMCIA_IOCTL | |||
| 81 | subsystem will be built. It is needed by cardmgr and cardctl | 78 | subsystem will be built. It is needed by cardmgr and cardctl |
| 82 | (pcmcia-cs) to function properly. | 79 | (pcmcia-cs) to function properly. |
| 83 | 80 | ||
| 84 | If you do not use the new pcmciautils package, and have a | 81 | You should use the new pcmciautils package instead (see |
| 85 | yenta, Cirrus PD6729, i82092, i82365 or tcic compatible bridge, | 82 | <file:Documentation/Changes> for location and details). |
| 86 | you need to say Y here to be able to use 16-bit PCMCIA cards. | ||
| 87 | 83 | ||
| 88 | If unsure, say Y. | 84 | If unsure, say Y. |
| 89 | 85 | ||
| @@ -106,7 +102,8 @@ comment "PC-card bridges" | |||
| 106 | 102 | ||
| 107 | config YENTA | 103 | config YENTA |
| 108 | tristate "CardBus yenta-compatible bridge support" | 104 | tristate "CardBus yenta-compatible bridge support" |
| 109 | depends on CARDBUS | 105 | depends on PCI |
| 106 | select CARDBUS if !EMBEDDED | ||
| 110 | select PCCARD_NONSTATIC | 107 | select PCCARD_NONSTATIC |
| 111 | ---help--- | 108 | ---help--- |
| 112 | This option enables support for CardBus host bridges. Virtually | 109 | This option enables support for CardBus host bridges. Virtually |
