diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-18 06:58:52 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-18 06:58:52 -0400 |
commit | a60f28fa934ccadbf526f4dab8d73079480002a4 (patch) | |
tree | f3f577dcaf45b85e6308510a3e26239863324527 /drivers/net/wireless/Kconfig | |
parent | 49997d75152b3d23c53b0fa730599f2f74c92c65 (diff) |
Revert "remove the strip driver"
This reverts commit 94d9842403f770239a656586442454b7a8f2df29.
Alan says it's not appropriate to remove this driver,
Adrian Bunk also agrees with this revert.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index d5b006f5b86f..91fc2c765d90 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -14,6 +14,30 @@ config WLAN_PRE80211 | |||
14 | This option does not affect the kernel build, it only | 14 | This option does not affect the kernel build, it only |
15 | lets you choose drivers. | 15 | lets you choose drivers. |
16 | 16 | ||
17 | config STRIP | ||
18 | tristate "STRIP (Metricom starmode radio IP)" | ||
19 | depends on INET && WLAN_PRE80211 | ||
20 | select WIRELESS_EXT | ||
21 | ---help--- | ||
22 | Say Y if you have a Metricom radio and intend to use Starmode Radio | ||
23 | IP. STRIP is a radio protocol developed for the MosquitoNet project | ||
24 | (on the WWW at <http://mosquitonet.stanford.edu/>) to send Internet | ||
25 | traffic using Metricom radios. Metricom radios are small, battery | ||
26 | powered, 100kbit/sec packet radio transceivers, about the size and | ||
27 | weight of a cellular telephone. (You may also have heard them called | ||
28 | "Metricom modems" but we avoid the term "modem" because it misleads | ||
29 | many people into thinking that you can plug a Metricom modem into a | ||
30 | phone line and use it as a modem.) | ||
31 | |||
32 | You can use STRIP on any Linux machine with a serial port, although | ||
33 | it is obviously most useful for people with laptop computers. If you | ||
34 | think you might get a Metricom radio in the future, there is no harm | ||
35 | in saying Y to STRIP now, except that it makes the kernel a bit | ||
36 | bigger. | ||
37 | |||
38 | To compile this as a module, choose M here: the module will be | ||
39 | called strip. | ||
40 | |||
17 | config ARLAN | 41 | config ARLAN |
18 | tristate "Aironet Arlan 655 & IC2200 DS support" | 42 | tristate "Aironet Arlan 655 & IC2200 DS support" |
19 | depends on ISA && !64BIT && WLAN_PRE80211 | 43 | depends on ISA && !64BIT && WLAN_PRE80211 |