Kconfig 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config CARL9170
  2. tristate "Linux Community AR9170 802.11n USB support"
  3. depends on USB && MAC80211 && EXPERIMENTAL
  4. select FW_LOADER
  5. select CRC32
  6. help
  7. This is another driver for the Atheros "otus" 802.11n USB devices.
  8. This driver provides more features than the original,
  9. but it needs a special firmware (carl9170-1.fw) to do that.
  10. The firmware can be downloaded from our wiki here:
  11. <http://wireless.kernel.org/en/users/Drivers/carl9170>
  12. If you choose to build a module, it'll be called carl9170.
  13. config CARL9170_LEDS
  14. bool "SoftLED Support"
  15. depends on CARL9170
  16. select MAC80211_LEDS
  17. select LEDS_CLASS
  18. select NEW_LEDS
  19. default y
  20. help
  21. This option is necessary, if you want your device' LEDs to blink
  22. Say Y, unless you need the LEDs for firmware debugging.
  23. config CARL9170_DEBUGFS
  24. bool "DebugFS Support"
  25. depends on CARL9170 && DEBUG_FS && MAC80211_DEBUGFS
  26. default n
  27. help
  28. Export several driver and device internals to user space.
  29. Say N.
  30. config CARL9170_WPC
  31. bool
  32. depends on CARL9170 && (INPUT = y || INPUT = CARL9170)
  33. default y