Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Wireless USB Core configuration
  3. #
  4. config USB_WUSB
  5. tristate "Enable Wireless USB extensions"
  6. depends on PCI
  7. depends on UWB
  8. select CRYPTO
  9. select CRYPTO_BLKCIPHER
  10. select CRYPTO_CBC
  11. select CRYPTO_MANAGER
  12. select CRYPTO_AES
  13. help
  14. Enable the host-side support for Wireless USB.
  15. To compile this support select Y (built in). It is safe to
  16. select even if you don't have the hardware.
  17. config USB_WUSB_CBAF
  18. tristate "Support WUSB Cable Based Association (CBA)"
  19. help
  20. Some WUSB devices support Cable Based Association. It's used to
  21. enable the secure communication between the host and the
  22. device.
  23. Enable this option if your WUSB device must to be connected
  24. via wired USB before establishing a wireless link.
  25. It is safe to select even if you don't have a compatible
  26. hardware.
  27. config USB_WUSB_CBAF_DEBUG
  28. bool "Enable CBA debug messages"
  29. depends on USB_WUSB_CBAF
  30. help
  31. Say Y here if you want the CBA to produce a bunch of debug messages
  32. to the system log. Select this if you are having a problem with
  33. CBA support and want to see more of what is going on.