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 UWB
  7. select CRYPTO
  8. select CRYPTO_BLKCIPHER
  9. select CRYPTO_CBC
  10. select CRYPTO_MANAGER
  11. select CRYPTO_AES
  12. help
  13. Enable the host-side support for Wireless USB.
  14. To compile this support select Y (built in). It is safe to
  15. select even if you don't have the hardware.
  16. config USB_WUSB_CBAF
  17. tristate "Support WUSB Cable Based Association (CBA)"
  18. depends on USB
  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.