1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
# rt2x00 configuration
# All configuration options can be enabled
# by setting the value to 'y'. To disable
# the option it should be set to 'n'.
#
# RT2400 PCI support
#
# Enable rt2400pci support
CONFIG_RT2400PCI=y
# Enable rt2400pci debug output
CONFIG_RT2400PCI_DEBUG=y
# Enable rt2400pci asm file creation
CONFIG_RT2400PCI_ASM=n
# Enable rt2400pci support for hardware button
# Requires rfkill to be enabled
CONFIG_RT2400PCI_BUTTON=n
#
# RT2500 PCI support
#
# Enable rt2500pci support
CONFIG_RT2500PCI=y
# Enable rt2500pci debug output
CONFIG_RT2500PCI_DEBUG=y
# Enable rt2500pci asm file creation
CONFIG_RT2500PCI_ASM=n
# Enable rt2500pci support for hardware button
# Requires rfkill to be enabled
CONFIG_RT2500PCI_BUTTON=n
#
# RT2500 USB support
#
# Enable rt2500usb support
CONFIG_RT2500USB=y
# Enable rt2500usb debug output
CONFIG_RT2500USB_DEBUG=y
# Enable rt2500usb asm file creation
CONFIG_RT2500USB_ASM=n
#
# RT61 PCI support
#
# Enable rt61pci support
CONFIG_RT61PCI=y
# Enable rt61pci debug output
CONFIG_RT61PCI_DEBUG=y
# Enable rt61pci asm file creation
CONFIG_RT61PCI_ASM=n
# Enable rt61pci support for hardware button
# Requires rfkill to be enabled
CONFIG_RT61PCI_BUTTON=n
#
# RT73 USB support
#
# Enable rt73usb support
CONFIG_RT73USB=y
# Enable rt73usb debug output
CONFIG_RT73USB_DEBUG=y
# Enable rt73usb asm file creation
CONFIG_RT73USB_ASM=n
#
# Dscape ieee80211 stack
#
# Build dscape ieee80211 stack support
CONFIG_D80211=y
# Enable dscape ieee80211 debug output
CONFIG_D80211_DEBUG=y
# Enable dscape ieee80211 asm file creation
CONFIG_D80211_ASM=n
#
# CRC-ITU-T support
#
# Enable crc-itu-t support
CONFIG_CRC_ITU_T=y
# Enable crc-itu-t asm file creation
CONFIG_CRC_ITU_T_ASM=n
#
# RFkill support
#
# Enable rfkill support
CONFIG_RFKILL=n
# Enable rfkill asm file creation
CONFIG_RFKILL_ASM=n
|