Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. config RTL8192CE
  2. tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
  3. depends on MAC80211 && PCI && EXPERIMENTAL
  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 && EXPERIMENTAL && 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 && EXPERIMENTAL && 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 RTL8192CU
  30. tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
  31. depends on MAC80211 && USB && EXPERIMENTAL
  32. select FW_LOADER
  33. select RTLWIFI
  34. select RTL8192C_COMMON
  35. ---help---
  36. This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
  37. wireless network adapters.
  38. If you choose to build it as a module, it will be called rtl8192cu
  39. config RTLWIFI
  40. tristate
  41. depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE
  42. default m
  43. config RTLWIFI_DEBUG
  44. bool "Additional debugging output"
  45. depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE
  46. default y
  47. config RTL8192C_COMMON
  48. tristate
  49. depends on RTL8192CE || RTL8192CU
  50. default m