Kconfig 495 B

12345678910111213141516171819
  1. config USB_VENDOR_NOTIFY
  2. tristate "USB vendor notify"
  3. default n
  4. help
  5. Say Y here to include support for USB vendor notify.
  6. To compile this driver as a module, choose M here: the module
  7. will be called usb-vendor-notify.
  8. config USB_VENDOR_RECEIVER
  9. tristate "USB vendor receiver"
  10. default n
  11. depends on USB_NOTIFY_LAYER
  12. help
  13. Say Y here to include support for USB vendor receiver.
  14. To compile this driver as a module, choose M here: the module
  15. will be called usb-vendor-receiver.