Kconfig 744 B

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