Commit 7a758313905f8b085b4591e8838626274e88b969
Committed by
Linus Torvalds
1 parent
a2a88f8878
Exists in
master
and in
4 other branches
[PATCH] frv: fix PCMCIA configuration
Fix PCMCIA configuration for FRV by including the stock PCMCIA configuration description file. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Showing 1 changed file with 1 additions and 17 deletions Side-by-side Diff
arch/frv/Kconfig
| ... | ... | @@ -305,23 +305,7 @@ |
| 305 | 305 | |
| 306 | 306 | source "drivers/pci/Kconfig" |
| 307 | 307 | |
| 308 | -config PCMCIA | |
| 309 | - tristate "Use PCMCIA" | |
| 310 | - help | |
| 311 | - Say Y here if you want to attach PCMCIA- or PC-cards to your FR-V | |
| 312 | - board. These are credit-card size devices such as network cards, | |
| 313 | - modems or hard drives often used with laptops computers. There are | |
| 314 | - actually two varieties of these cards: the older 16 bit PCMCIA cards | |
| 315 | - and the newer 32 bit CardBus cards. If you want to use CardBus | |
| 316 | - cards, you need to say Y here and also to "CardBus support" below. | |
| 317 | - | |
| 318 | - To use your PC-cards, you will need supporting software from David | |
| 319 | - Hinds pcmcia-cs package (see the file <file:Documentation/Changes> | |
| 320 | - for location). Please also read the PCMCIA-HOWTO, available from | |
| 321 | - <http://www.tldp.org/docs.html#howto>. | |
| 322 | - | |
| 323 | - To compile this driver as modules, choose M here: the | |
| 324 | - modules will be called pcmcia_core and ds. | |
| 308 | +source "drivers/pcmcia/Kconfig" | |
| 325 | 309 | |
| 326 | 310 | #config MATH_EMULATION |
| 327 | 311 | # bool "Math emulation support (EXPERIMENTAL)" |