Kconfig 983 B

1234567891011121314151617181920212223242526272829303132
  1. # SPDX-License-Identifier: GPL-2.0
  2. menuconfig GREYBUS
  3. tristate "Greybus support"
  4. depends on SYSFS
  5. help
  6. This option enables the Greybus driver core. Greybus is a
  7. hardware protocol that was designed to provide Unipro with a
  8. sane application layer. It was originally designed for the
  9. ARA project, a module phone system, but has shown up in other
  10. phones, and can be tunneled over other busses in order to
  11. control hardware devices.
  12. Say Y here to enable support for these types of drivers.
  13. To compile this code as a module, choose M here: the module
  14. will be called greybus.ko
  15. if GREYBUS
  16. config GREYBUS_ES2
  17. tristate "Greybus ES3 USB host controller"
  18. depends on USB
  19. help
  20. Select this option if you have a Toshiba ES3 USB device that
  21. acts as a Greybus "host controller". This device is a bridge
  22. from a USB device to a Unipro network.
  23. To compile this code as a module, choose M here: the module
  24. will be called gb-es2.ko
  25. endif # GREYBUS