diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-14 15:33:02 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-14 15:33:02 -0500 |
commit | fb1beb29b5c531b12485d7c32174a77120590481 (patch) | |
tree | cb7d1d9733d351ae0ec7acda4851b27acd10abca /drivers/pcmcia/Kconfig | |
parent | 478e4e9d7a618379676b17e64583ff3622f2fec5 (diff) | |
parent | 9fea84f46a821aa1ff2d034ffda8ad33bff48015 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6:
pcmcia: CodingStyle fixes
pcmcia: remove unused IRQ_FIRST_SHARED
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r-- | drivers/pcmcia/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index 58bee55a3dd3..9f3adbd9f700 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -64,7 +64,7 @@ config PCMCIA_IOCTL | |||
64 | If unsure, say Y. | 64 | If unsure, say Y. |
65 | 65 | ||
66 | config CARDBUS | 66 | config CARDBUS |
67 | bool "32-bit CardBus support" | 67 | bool "32-bit CardBus support" |
68 | depends on PCI | 68 | depends on PCI |
69 | default y | 69 | default y |
70 | ---help--- | 70 | ---help--- |
@@ -87,8 +87,8 @@ config YENTA | |||
87 | select PCCARD_NONSTATIC | 87 | select PCCARD_NONSTATIC |
88 | ---help--- | 88 | ---help--- |
89 | This option enables support for CardBus host bridges. Virtually | 89 | This option enables support for CardBus host bridges. Virtually |
90 | all modern PCMCIA bridges are CardBus compatible. A "bridge" is | 90 | all modern PCMCIA bridges are CardBus compatible. A "bridge" is |
91 | the hardware inside your computer that PCMCIA cards are plugged | 91 | the hardware inside your computer that PCMCIA cards are plugged |
92 | into. | 92 | into. |
93 | 93 | ||
94 | To compile this driver as modules, choose M here: the | 94 | To compile this driver as modules, choose M here: the |