Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 menuconfig GREYBUS
0003         tristate "Greybus support"
0004         depends on SYSFS
0005         help
0006           This option enables the Greybus driver core.  Greybus is a
0007           hardware protocol that was designed to provide Unipro with a
0008           sane application layer.  It was originally designed for the
0009           ARA project, a module phone system, but has shown up in other
0010           phones, and can be tunneled over other busses in order to
0011           control hardware devices.
0012 
0013           Say Y here to enable support for these types of drivers.
0014 
0015           To compile this code as a module, choose M here: the module
0016           will be called greybus.ko
0017 
0018 if GREYBUS
0019 
0020 config GREYBUS_ES2
0021         tristate "Greybus ES3 USB host controller"
0022         depends on USB
0023         help
0024           Select this option if you have a Toshiba ES3 USB device that
0025           acts as a Greybus "host controller".  This device is a bridge
0026           from a USB device to a Unipro network.
0027 
0028           To compile this code as a module, choose M here: the module
0029           will be called gb-es2.ko
0030 
0031 endif   # GREYBUS
0032