android_kernel_samsung_msm8976/drivers/usb/notify/Kconfig
LuK1337 fc9499e55a Import latest Samsung release
* Package version: T713XXU2BQCO

Change-Id: I293d9e7f2df458c512d59b7a06f8ca6add610c99
2017-04-18 03:43:52 +02:00

43 lines
1.1 KiB
Plaintext

#
# USB notify configuration
#
comment "USB Notify features"
config USB_HOST_NOTIFY
boolean "USB Host notify Driver"
depends on USB_NOTIFY_LAYER
help
Android framework needs uevents for usb host operation.
Host notify Driver serves uevent format
that is used by usb host or otg.
config USB_NOTIFY_LAYER
boolean "USB notify layer"
depends on USB
help
Added usb notify layer on gadget,host,otg drivers.
The usb notify layer controls otg mode and vbus draw
and vbus detect irq.
config USB_NOTIFIER
boolean "USB notifier"
depends on USB_NOTIFY_LAYER
help
Added platform driver to call usb notify.
The usb_notifier.c can be fixed for each models.
config USB_HMT_SAMSUNG_INPUT
boolean "USB HMT inputs for samsung hmt devices"
depends on HID
help
Some samsung smart phones support gear vr.
The samsung gear vr need some special hid input codes.
This feature enables special hid input codes.
config USB_EXTERNAL_NOTIFY
boolean "USB external notify"
depends on USB_NOTIFY_LAYER
help
Added usb external notify.
The usb external notify broadcast special situation to muic and charger.