PageRenderTime 134ms CodeModel.GetById 33ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/net/wireless/rtlwifi/Kconfig

https://bitbucket.org/wisechild/galaxy-nexus
#! | 44 lines | 37 code | 7 blank | 0 comment | 0 complexity | 168647c6c18c0345916e80c2901f52a0 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
  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
  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 RTL8192CU
  21. tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
  22. depends on MAC80211 && USB && EXPERIMENTAL
  23. select FW_LOADER
  24. select RTLWIFI
  25. select RTL8192C_COMMON
  26. ---help---
  27. This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
  28. wireless network adapters.
  29. If you choose to build it as a module, it will be called rtl8192cu
  30. config RTLWIFI
  31. tristate
  32. depends on RTL8192CE || RTL8192CU || RTL8192SE
  33. default m
  34. config RTL8192C_COMMON
  35. tristate
  36. depends on RTL8192CE || RTL8192CU || RTL8192SE
  37. default m