aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-06-16 21:25:48 -0400
committerDavid S. Miller <davem@davemloft.net>2008-06-16 21:25:48 -0400
commitcaea902f72b053fd0c76d0d3b6b2e057beb3fc64 (patch)
tree74e8d476b2c51480420e2ef7c9bbae249b6edbc9 /drivers/net/wireless/rt2x00/Kconfig
parent0b4419162aa6c4204843f3a13b48d9ab821d3167 (diff)
parent65c3e4715b1b934f8dcc002d9f46b4371ca7a9b1 (diff)
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/wireless/rt2x00/Kconfig drivers/net/wireless/rt2x00/rt2x00usb.c net/sctp/protocol.c
Diffstat (limited to 'drivers/net/wireless/rt2x00/Kconfig')
-rw-r--r--drivers/net/wireless/rt2x00/Kconfig19
1 files changed, 10 insertions, 9 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig
index 0ace76149422..3a9b1d72caf8 100644
--- a/drivers/net/wireless/rt2x00/Kconfig
+++ b/drivers/net/wireless/rt2x00/Kconfig
@@ -36,12 +36,13 @@ config RT2X00_LIB_FIRMWARE
36config RT2X00_LIB_RFKILL 36config RT2X00_LIB_RFKILL
37 boolean 37 boolean
38 depends on RT2X00_LIB 38 depends on RT2X00_LIB
39 depends on INPUT
39 select RFKILL 40 select RFKILL
40 select INPUT_POLLDEV 41 select INPUT_POLLDEV
41 42
42config RT2X00_LIB_LEDS 43config RT2X00_LIB_LEDS
43 boolean 44 boolean
44 depends on RT2X00_LIB 45 depends on RT2X00_LIB && NEW_LEDS
45 46
46config RT2400PCI 47config RT2400PCI
47 tristate "Ralink rt2400 (PCI/PCMCIA) support" 48 tristate "Ralink rt2400 (PCI/PCMCIA) support"
@@ -56,7 +57,7 @@ config RT2400PCI
56 57
57config RT2400PCI_RFKILL 58config RT2400PCI_RFKILL
58 bool "Ralink rt2400 rfkill support" 59 bool "Ralink rt2400 rfkill support"
59 depends on RT2400PCI 60 depends on RT2400PCI && INPUT
60 select RT2X00_LIB_RFKILL 61 select RT2X00_LIB_RFKILL
61 ---help--- 62 ---help---
62 This adds support for integrated rt2400 hardware that features a 63 This adds support for integrated rt2400 hardware that features a
@@ -65,7 +66,7 @@ config RT2400PCI_RFKILL
65 66
66config RT2400PCI_LEDS 67config RT2400PCI_LEDS
67 bool "Ralink rt2400 leds support" 68 bool "Ralink rt2400 leds support"
68 depends on RT2400PCI 69 depends on RT2400PCI && NEW_LEDS
69 select LEDS_CLASS 70 select LEDS_CLASS
70 select RT2X00_LIB_LEDS 71 select RT2X00_LIB_LEDS
71 ---help--- 72 ---help---
@@ -84,7 +85,7 @@ config RT2500PCI
84 85
85config RT2500PCI_RFKILL 86config RT2500PCI_RFKILL
86 bool "Ralink rt2500 rfkill support" 87 bool "Ralink rt2500 rfkill support"
87 depends on RT2500PCI 88 depends on RT2500PCI && INPUT
88 select RT2X00_LIB_RFKILL 89 select RT2X00_LIB_RFKILL
89 ---help--- 90 ---help---
90 This adds support for integrated rt2500 hardware that features a 91 This adds support for integrated rt2500 hardware that features a
@@ -93,7 +94,7 @@ config RT2500PCI_RFKILL
93 94
94config RT2500PCI_LEDS 95config RT2500PCI_LEDS
95 bool "Ralink rt2500 leds support" 96 bool "Ralink rt2500 leds support"
96 depends on RT2500PCI 97 depends on RT2500PCI && NEW_LEDS
97 select LEDS_CLASS 98 select LEDS_CLASS
98 select RT2X00_LIB_LEDS 99 select RT2X00_LIB_LEDS
99 ---help--- 100 ---help---
@@ -114,7 +115,7 @@ config RT61PCI
114 115
115config RT61PCI_RFKILL 116config RT61PCI_RFKILL
116 bool "Ralink rt2501/rt61 rfkill support" 117 bool "Ralink rt2501/rt61 rfkill support"
117 depends on RT61PCI 118 depends on RT61PCI && INPUT
118 select RT2X00_LIB_RFKILL 119 select RT2X00_LIB_RFKILL
119 ---help--- 120 ---help---
120 This adds support for integrated rt61 hardware that features a 121 This adds support for integrated rt61 hardware that features a
@@ -123,7 +124,7 @@ config RT61PCI_RFKILL
123 124
124config RT61PCI_LEDS 125config RT61PCI_LEDS
125 bool "Ralink rt2501/rt61 leds support" 126 bool "Ralink rt2501/rt61 leds support"
126 depends on RT61PCI 127 depends on RT61PCI && NEW_LEDS
127 select LEDS_CLASS 128 select LEDS_CLASS
128 select RT2X00_LIB_LEDS 129 select RT2X00_LIB_LEDS
129 ---help--- 130 ---help---
@@ -141,7 +142,7 @@ config RT2500USB
141 142
142config RT2500USB_LEDS 143config RT2500USB_LEDS
143 bool "Ralink rt2500 leds support" 144 bool "Ralink rt2500 leds support"
144 depends on RT2500USB 145 depends on RT2500USB && NEW_LEDS
145 select LEDS_CLASS 146 select LEDS_CLASS
146 select RT2X00_LIB_LEDS 147 select RT2X00_LIB_LEDS
147 ---help--- 148 ---help---
@@ -161,7 +162,7 @@ config RT73USB
161 162
162config RT73USB_LEDS 163config RT73USB_LEDS
163 bool "Ralink rt2501/rt73 leds support" 164 bool "Ralink rt2501/rt73 leds support"
164 depends on RT73USB 165 depends on RT73USB && NEW_LEDS
165 select LEDS_CLASS 166 select LEDS_CLASS
166 select RT2X00_LIB_LEDS 167 select RT2X00_LIB_LEDS
167 ---help--- 168 ---help---