mirror of https://github.com/OpenIPC/firmware.git
22 lines
834 B
Diff
22 lines
834 B
Diff
diff -drupN a/drivers/usb/Kconfig b/drivers/usb/Kconfig
|
|
--- a/drivers/usb/Kconfig 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/drivers/usb/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -55,7 +55,7 @@ config USB
|
|
traditional PC serial port. The bus supplies power to peripherals
|
|
and allows for hot swapping. Up to 127 USB peripherals can be
|
|
connected to a single USB host in a tree structure.
|
|
-
|
|
+
|
|
The USB host is the root of the tree, the peripherals are the
|
|
leaves and the inner nodes are special USB devices called hubs.
|
|
Most PCs now have USB host ports, used to connect peripherals
|
|
@@ -158,6 +158,8 @@ source "drivers/usb/phy/Kconfig"
|
|
|
|
source "drivers/usb/gadget/Kconfig"
|
|
|
|
+source "drivers/usb/sunxi_usb/Kconfig"
|
|
+
|
|
config USB_LED_TRIG
|
|
bool "USB LED Triggers"
|
|
depends on LEDS_CLASS && LEDS_TRIGGERS
|