8a099118b2c1b29126247ada8bea40bd2dececff
[openwrt.git] / package / rt2x00 / src / config
1 # rt2x00 configuration
2 # All configuration options can be enabled
3 # by setting the value to 'y'. To disable
4 # the option it should be set to 'n'.
5
6 #
7 # RT2X00 generic support
8 #
9
10 # Enable rt2x00 support
11 CONFIG_RT2X00=y
12 # Enable rt2x00 debug output
13 CONFIG_RT2X00_DEBUG=y
14 # Enable rt2x00 debugfs support
15 CONFIG_RT2X00_DEBUGFS=n
16 # Enable rt2x00 asm file creation
17 CONFIG_RT2X00_ASM=n
18
19 #
20 # RT2X00 driver support
21 #
22 # Enable rt2400pci support
23 CONFIG_RT2400PCI=y
24 # Enable rt2400pci hardware button support (requires rfkill)
25 CONFIG_RT2400PCI_BUTTON=n
26
27 # Enable rt2500pci support
28 CONFIG_RT2500PCI=y
29 # Enable rt2500pci hardware button support (requires rfkill)
30 CONFIG_RT2500PCI_BUTTON=n
31
32 # Enable rt2500usb support
33 CONFIG_RT2500USB=y
34
35 # Enable rt61pci support
36 CONFIG_RT61PCI=y
37 # Enable rt61pci hardware button support (requires rfkill)
38 CONFIG_RT61PCI_BUTTON=n
39
40 # Enable rt73usb support
41 CONFIG_RT73USB=y