GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)

This commit is contained in:
lai
2026-09-06 03:52:57 +08:00
commit b1928b41c0
21813 changed files with 4413081 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
menuconfig LOTUS_USB
bool "LOTUS USB support"
default y
select CMD_USB
select USB
help
LOTUS USB support.
if LOTUS_USB
config USB_PWREN_OFF_DELAY
int "usb port power off delay(ms)"
default 100
help
Some usb device can't be recognize in U-boot because of error state, so
we power off them and wait a delay to restart them, we call the delay
as USB_PWREN_OFF_DELAY.
config USB_DUAL_PORT_SUPPORT
bool "support dual-usb-port(U2 & U3) in host mode"
default n
help
Some lotus chips support 2 usb host ports, contains U2 and U3. If your
chip support 2 ports, enable this config could recognize U3 and U2 dev
meanwhile, but cause to U3 couldn't be recognized sometimes.
endif