]> git.baikalelectronics.ru Git - uboot.git/commitdiff
usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 25 Jan 2023 18:40:16 +0000 (19:40 +0100)
committerMarek Vasut <marex@denx.de>
Fri, 10 Mar 2023 16:31:31 +0000 (17:31 +0100)
This configuration setting is only relevant if the board supports USB.
It should not be in the main menu but in the USB menu.

The setting is only relevant in USB host mode.

Fixes: f4df76749e1d ("usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUT")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
common/Kconfig
drivers/usb/Kconfig

index e3a5e1be1e95c04cb571c9feca34847c084b105e..0afc01b759a806397ea6717c52eedf56d831e4b8 100644 (file)
@@ -1106,15 +1106,3 @@ config FDT_SIMPLEFB
 
 config IO_TRACE
        bool
-
-config USB_HUB_DEBOUNCE_TIMEOUT
-       int "Timeout in milliseconds for USB HUB connection"
-       depends on USB
-       default 1000
-       help
-         Value in milliseconds of the USB connection timeout, the max delay to
-         wait the hub port status to be connected steadily after being powered
-         off and powered on in the usb hub driver.
-         This define allows to increase the HUB_DEBOUNCE_TIMEOUT default
-         value = 1s because some usb device needs around 1.5s to be initialized
-         and a 2s value should solve detection issue on problematic USB keys.
index ebe6bf9498154a2cfddb91aea72091bed5a8a74c..94fb32d107cef84129706bc94290780189798aa8 100644 (file)
@@ -115,6 +115,17 @@ config USB_ONBOARD_HUB
          power regulator. An example for such a hub is the Microchip
          USB2514B.
 
+config USB_HUB_DEBOUNCE_TIMEOUT
+       int "Timeout in milliseconds for USB HUB connection"
+       default 1000
+       help
+         Value in milliseconds of the USB connection timeout, the max delay to
+         wait the hub port status to be connected steadily after being powered
+         off and powered on in the usb hub driver.
+         This define allows to increase the HUB_DEBOUNCE_TIMEOUT default
+         value = 1s because some usb device needs around 1.5s to be initialized
+         and a 2s value should solve detection issue on problematic USB keys.
+
 if USB_KEYBOARD
 
 config USB_KEYBOARD_FN_KEYS