Kconfig 872 B

123456789101112131415161718192021222324252627282930313233
  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 RTL8192CU
  12. tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
  13. depends on MAC80211 && USB && EXPERIMENTAL
  14. select FW_LOADER
  15. select RTLWIFI
  16. select RTL8192C_COMMON
  17. ---help---
  18. This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
  19. wireless network adapters.
  20. If you choose to build it as a module, it will be called rtl8192cu
  21. config RTLWIFI
  22. tristate
  23. depends on RTL8192CE || RTL8192CU
  24. default m
  25. config RTL8192C_COMMON
  26. tristate
  27. depends on RTL8192CE || RTL8192CU
  28. default m