18465def4SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 28465def4SGreg Kroah-Hartmanmenuconfig GREYBUS 38465def4SGreg Kroah-Hartman tristate "Greybus support" 48465def4SGreg Kroah-Hartman depends on SYSFS 5a7f7f624SMasahiro Yamada help 67aa428dfSZenyu Sy This option enables the Greybus driver core. Greybus is a 78465def4SGreg Kroah-Hartman hardware protocol that was designed to provide Unipro with a 88465def4SGreg Kroah-Hartman sane application layer. It was originally designed for the 98465def4SGreg Kroah-Hartman ARA project, a module phone system, but has shown up in other 108465def4SGreg Kroah-Hartman phones, and can be tunneled over other busses in order to 118465def4SGreg Kroah-Hartman control hardware devices. 128465def4SGreg Kroah-Hartman 138465def4SGreg Kroah-Hartman Say Y here to enable support for these types of drivers. 148465def4SGreg Kroah-Hartman 157aa428dfSZenyu Sy To compile this code as a module, choose M here: the module 168465def4SGreg Kroah-Hartman will be called greybus.ko 17b81beec9SGreg Kroah-Hartman 18b81beec9SGreg Kroah-Hartmanif GREYBUS 19b81beec9SGreg Kroah-Hartman 20ec558bbfSAyush Singhconfig GREYBUS_BEAGLEPLAY 21ec558bbfSAyush Singh tristate "Greybus BeaglePlay driver" 22ec558bbfSAyush Singh depends on SERIAL_DEV_BUS 23*4181ef7dSRandy Dunlap select CRC_CCITT 24ec558bbfSAyush Singh help 25ec558bbfSAyush Singh Select this option if you have a BeaglePlay where CC1352 26ec558bbfSAyush Singh co-processor acts as Greybus SVC. 27ec558bbfSAyush Singh 28ec558bbfSAyush Singh To compile this code as a module, chose M here: the module 29ec558bbfSAyush Singh will be called gb-beagleplay.ko 30ec558bbfSAyush Singh 31b81beec9SGreg Kroah-Hartmanconfig GREYBUS_ES2 32b81beec9SGreg Kroah-Hartman tristate "Greybus ES3 USB host controller" 33b81beec9SGreg Kroah-Hartman depends on USB 34a7f7f624SMasahiro Yamada help 35b81beec9SGreg Kroah-Hartman Select this option if you have a Toshiba ES3 USB device that 36b81beec9SGreg Kroah-Hartman acts as a Greybus "host controller". This device is a bridge 37b81beec9SGreg Kroah-Hartman from a USB device to a Unipro network. 38b81beec9SGreg Kroah-Hartman 397aa428dfSZenyu Sy To compile this code as a module, choose M here: the module 40b81beec9SGreg Kroah-Hartman will be called gb-es2.ko 41b81beec9SGreg Kroah-Hartman 42b81beec9SGreg Kroah-Hartmanendif # GREYBUS 43b81beec9SGreg Kroah-Hartman 44