Skip to content

Commit

Permalink
wireless: update top level wireless driver entry
Browse files Browse the repository at this point in the history
Change it to a menuconfig to give it some documentation, to
refer users to our wireless wiki for extra resources and
documentation. It seems our wiki is still obscure to some.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Sep 2, 2009
1 parent 04e715c commit 4417527
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions drivers/net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
# Wireless LAN device configuration
#

menu "Wireless LAN"
menuconfig WLAN
bool "Wireless LAN"
depends on !S390
---help---
This section contains all the pre 802.11 and 802.11 wireless
device drivers. For a complete list of drivers and documentation
on them refer to the wireless wiki:

http://wireless.kernel.org/en/users/Drivers

if WLAN

menuconfig WLAN_PRE80211
bool "Wireless LAN (pre-802.11)"
Expand Down Expand Up @@ -505,4 +514,4 @@ source "drivers/net/wireless/orinoco/Kconfig"
source "drivers/net/wireless/wl12xx/Kconfig"
source "drivers/net/wireless/iwmc3200wifi/Kconfig"

endmenu
endif # WLAN

0 comments on commit 4417527

Please sign in to comment.