Kconfig 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. config RTLWIFI
  2. tristate "Realtek wireless card support"
  3. depends on MAC80211
  4. select FW_LOADER
  5. ---help---
  6. This is common code for RTL8192CE/RTL8192CU/RTL8192SE/RTL8723AE
  7. drivers. This module does nothing by itself - the various front-end
  8. drivers need to be enabled to support any desired devices.
  9. If you choose to build as a module, it'll be called rtlwifi.
  10. config RTLWIFI_DEBUG
  11. bool "Debugging output for rtlwifi driver family"
  12. depends on RTLWIFI
  13. default y
  14. ---help---
  15. To use the module option that sets the dynamic-debugging level for,
  16. the front-end driver, this parameter must be "Y". For memory-limited
  17. systems, choose "N". If in doubt, choose "Y".
  18. config RTL8192CE
  19. tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
  20. depends on RTLWIFI && PCI
  21. select RTL8192C_COMMON
  22. ---help---
  23. This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
  24. wireless network adapters.
  25. If you choose to build it as a module, it will be called rtl8192ce
  26. config RTL8192SE
  27. tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
  28. depends on RTLWIFI && PCI
  29. ---help---
  30. This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe
  31. wireless network adapters.
  32. If you choose to build it as a module, it will be called rtl8192se
  33. config RTL8192DE
  34. tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
  35. depends on RTLWIFI && PCI
  36. ---help---
  37. This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe
  38. wireless network adapters.
  39. If you choose to build it as a module, it will be called rtl8192de
  40. config RTL8723AE
  41. tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
  42. depends on RTLWIFI && PCI
  43. ---help---
  44. This is the driver for Realtek RTL8723AE 802.11n PCIe
  45. wireless network adapters.
  46. If you choose to build it as a module, it will be called rtl8723ae
  47. config RTL8192CU
  48. tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
  49. depends on RTLWIFI && USB
  50. select RTL8192C_COMMON
  51. ---help---
  52. This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
  53. wireless network adapters.
  54. If you choose to build it as a module, it will be called rtl8192cu
  55. config RTL8192C_COMMON
  56. tristate
  57. depends on RTL8192CE || RTL8192CU
  58. default m