Added prebuild to vi PKGBUILD
[Archlinux-Stable.git] / support / rt2x00-cvs / config
blob1dbc177dcaccc3ea20300482d6eca8b92d3d95af
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'.
7 # RT2X00 generic support
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_LIB_DEBUGFS=n
16 # Enable rt2x00 asm file creation
17 CONFIG_RT2X00_ASM=n
20 # RT2X00 driver support
22 # Enable rt2400pci support
23 CONFIG_RT2400PCI=y
24 # Enable rt2400pci hardware button support (requires rfkill)
25 CONFIG_RT2400PCI_BUTTON=y
27 # Enable rt2500pci support
28 CONFIG_RT2500PCI=y
29 # Enable rt2500pci hardware button support (requires rfkill)
30 CONFIG_RT2500PCI_BUTTON=y
32 # Enable rt2500usb support
33 CONFIG_RT2500USB=y
35 # Enable rt61pci support
36 CONFIG_RT61PCI=y
37 # Enable rt61pci hardware button support (requires rfkill)
38 CONFIG_RT61PCI_BUTTON=y
40 # Enable rt73usb support
41 CONFIG_RT73USB=y
44 # CRC-ITU-T support
47 # Enable crc-itu-t support
48 CONFIG_CRC_ITU_T=y
49 # Enable crc-itu-t asm file creation
50 CONFIG_CRC_ITU_T_ASM=n
53 # EEPROM 93Cx6 support
56 # Enable eeprom_93Cx6 support
57 CONFIG_EEPROM_93CX6=y
58 # Enable eeprom asm file creation
59 CONFIG_EEPROM_93CX6_ASM=n