Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111977
b: refs/heads/master
c: 4c99f3e
h: refs/heads/master
i:
  111975: eb0461f
v: v3
  • Loading branch information
Gertjan van Wingerde authored and John W. Linville committed Sep 30, 2008
1 parent 0d59773 commit 50a80b8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 36 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55ad175fb65a4a3a7e4d1aa13c460de281b4e8ac
refs/heads/master: 4c99f3e4cfc3190e01c55e72d15a837d9dc41426
69 changes: 34 additions & 35 deletions trunk/drivers/net/wireless/rt2x00/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config RT2X00
tristate "Ralink driver support"
menuconfig RT2X00
bool "Ralink driver support"
depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
---help---
This will enable the experimental support for the Ralink drivers,
Expand All @@ -17,39 +17,6 @@ config RT2X00

if RT2X00

config RT2X00_LIB
tristate

config RT2X00_LIB_PCI
tristate
select RT2X00_LIB

config RT2X00_LIB_USB
tristate
select RT2X00_LIB

config RT2X00_LIB_FIRMWARE
boolean
depends on RT2X00_LIB
select FW_LOADER

config RT2X00_LIB_CRYPTO
boolean
depends on RT2X00_LIB

config RT2X00_LIB_RFKILL
boolean
depends on RT2X00_LIB
depends on RFKILL
default y

config RT2X00_LIB_LEDS
boolean
depends on RT2X00_LIB
depends on NEW_LEDS
depends on LEDS_CLASS
default y

config RT2400PCI
tristate "Ralink rt2400 (PCI/PCMCIA) support"
depends on PCI
Expand Down Expand Up @@ -109,6 +76,38 @@ config RT73USB

When compiled as a module, this driver will be called "rt73usb.ko".

config RT2X00_LIB_PCI
tristate
select RT2X00_LIB

config RT2X00_LIB_USB
tristate
select RT2X00_LIB

config RT2X00_LIB
tristate

config RT2X00_LIB_FIRMWARE
boolean
select FW_LOADER

config RT2X00_LIB_CRYPTO
boolean

config RT2X00_LIB_RFKILL
boolean
default y if (RT2X00_LIB=y && RFKILL=y) || (RT2X00_LIB=m && RFKILL!=n)

comment "rt2x00 rfkill support disabled due to modularized RFKILL and built-in rt2x00"
depends on RT2X00_LIB=y && RFKILL=m

config RT2X00_LIB_LEDS
boolean
default y if (RT2X00_LIB=y && LEDS_CLASS=y) || (RT2X00_LIB=m && LEDS_CLASS!=n)

comment "rt2x00 leds support disabled due to modularized LEDS_CLASS and built-in rt2x00"
depends on RT2X00_LIB=y && LEDS_CLASS=m

config RT2X00_LIB_DEBUGFS
bool "Ralink debugfs support"
depends on RT2X00_LIB && MAC80211_DEBUGFS
Expand Down

0 comments on commit 50a80b8

Please sign in to comment.