net: Makefile change for KSZ884X driver
[safe/jmp/linux-2.6] / drivers / net / wireless / p54 / Kconfig
1 config P54_COMMON
2         tristate "Softmac Prism54 support"
3         depends on MAC80211 && EXPERIMENTAL
4         select FW_LOADER
5         ---help---
6           This is common code for isl38xx/stlc45xx based modules.
7           This module does nothing by itself - the USB/PCI/SPI front-ends
8           also need to be enabled in order to support any devices.
9
10           These devices require softmac firmware which can be found at
11           http://prism54.org/
12
13           If you choose to build a module, it'll be called p54common.
14
15 config P54_USB
16         tristate "Prism54 USB support"
17         depends on P54_COMMON && USB
18         select CRC32
19         ---help---
20           This driver is for USB isl38xx based wireless cards.
21
22           These devices require softmac firmware which can be found at
23           http://prism54.org/
24
25           If you choose to build a module, it'll be called p54usb.
26
27 config P54_PCI
28         tristate "Prism54 PCI support"
29         depends on P54_COMMON && PCI
30         ---help---
31           This driver is for PCI isl38xx based wireless cards.
32           This driver supports most devices that are supported by the
33           fullmac prism54 driver plus many devices which are not
34           supported by the fullmac driver/firmware.
35
36           This driver requires softmac firmware which can be found at
37           http://prism54.org/
38
39           If you choose to build a module, it'll be called p54pci.
40
41 config P54_SPI
42         tristate "Prism54 SPI (stlc45xx) support"
43         depends on P54_COMMON && SPI_MASTER && GENERIC_HARDIRQS
44         ---help---
45           This driver is for stlc4550 or stlc4560 based wireless chips.
46           This driver is experimental, untested and will probably only work on
47           Nokia's N800/N810 Portable Internet Tablet.
48
49           If you choose to build a module, it'll be called p54spi.
50
51 config P54_LEDS
52         bool
53         depends on P54_COMMON && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = P54_COMMON)
54         default y