Kconfig 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. config RTL8192CE
  2. tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
  3. depends on MAC80211 && PCI
  4. select FW_LOADER
  5. select RTLWIFI
  6. select RTL8192C_COMMON
  7. ---help---
  8. This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
  9. wireless network adapters.
  10. If you choose to build it as a module, it will be called rtl8192ce
  11. config RTL8192SE
  12. tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
  13. depends on MAC80211 && PCI
  14. select FW_LOADER
  15. select RTLWIFI
  16. ---help---
  17. This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe
  18. wireless network adapters.
  19. If you choose to build it as a module, it will be called rtl8192se
  20. config RTL8192DE
  21. tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
  22. depends on MAC80211 && PCI
  23. select FW_LOADER
  24. select RTLWIFI
  25. ---help---
  26. This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe
  27. wireless network adapters.
  28. If you choose to build it as a module, it will be called rtl8192de
  29. config RTL8723AE
  30. tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
  31. depends on MAC80211 && PCI && EXPERIMENTAL
  32. select FW_LOADER
  33. select RTLWIFI
  34. ---help---
  35. This is the driver for Realtek RTL8723AE 802.11n PCIe
  36. wireless network adapters.
  37. If you choose to build it as a module, it will be called rtl8723ae
  38. config RTL8192CU
  39. tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
  40. depends on MAC80211 && USB
  41. select FW_LOADER
  42. select RTLWIFI
  43. select RTL8192C_COMMON
  44. ---help---
  45. This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
  46. wireless network adapters.
  47. If you choose to build it as a module, it will be called rtl8192cu
  48. config RTLWIFI
  49. tristate
  50. depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE
  51. default m
  52. config RTLWIFI_DEBUG
  53. bool "Additional debugging output"
  54. depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE
  55. default y
  56. config RTL8192C_COMMON
  57. tristate
  58. depends on RTL8192CE || RTL8192CU
  59. default m