aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/notify/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/notify/Kconfig')
-rw-r--r--drivers/usb/notify/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/usb/notify/Kconfig b/drivers/usb/notify/Kconfig
new file mode 100644
index 0000000..fef8c88
--- /dev/null
+++ b/drivers/usb/notify/Kconfig
@@ -0,0 +1,11 @@
+#
+# USB Host notify configuration
+#
+
+config USB_HOST_NOTIFY
+ boolean "USB Host notify Driver"
+ depends on USB
+ help
+ Android framework needs uevents for usb host operation.
+ Host notify Driver serves uevent format
+ that is used by usb host or otg. \ No newline at end of file