Greg Kroah-Hartman | 8465def | 2019-08-25 07:54:28 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | menuconfig GREYBUS |
| 3 | tristate "Greybus support" |
| 4 | depends on SYSFS |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 5 | help |
Zenyu Sy | 7aa428d | 2020-04-26 06:00:48 +0000 | [diff] [blame] | 6 | This option enables the Greybus driver core. Greybus is a |
Greg Kroah-Hartman | 8465def | 2019-08-25 07:54:28 +0200 | [diff] [blame] | 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 | |
| 13 | Say Y here to enable support for these types of drivers. |
| 14 | |
Zenyu Sy | 7aa428d | 2020-04-26 06:00:48 +0000 | [diff] [blame] | 15 | To compile this code as a module, choose M here: the module |
Greg Kroah-Hartman | 8465def | 2019-08-25 07:54:28 +0200 | [diff] [blame] | 16 | will be called greybus.ko |
Greg Kroah-Hartman | b81beec | 2019-08-25 07:54:29 +0200 | [diff] [blame] | 17 | |
| 18 | if GREYBUS |
| 19 | |
| 20 | config GREYBUS_ES2 |
| 21 | tristate "Greybus ES3 USB host controller" |
| 22 | depends on USB |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 23 | help |
Greg Kroah-Hartman | b81beec | 2019-08-25 07:54:29 +0200 | [diff] [blame] | 24 | Select this option if you have a Toshiba ES3 USB device that |
| 25 | acts as a Greybus "host controller". This device is a bridge |
| 26 | from a USB device to a Unipro network. |
| 27 | |
Zenyu Sy | 7aa428d | 2020-04-26 06:00:48 +0000 | [diff] [blame] | 28 | To compile this code as a module, choose M here: the module |
Greg Kroah-Hartman | b81beec | 2019-08-25 07:54:29 +0200 | [diff] [blame] | 29 | will be called gb-es2.ko |
| 30 | |
| 31 | endif # GREYBUS |
| 32 | |