]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit4042ce73c8bee9077d80a42b27aa21f98636b780
tree848dfab948adbf6c71d80c5e995a78b57b4e5411
parentfe61da8c75d061f48237ef4d7618812739ccf789
usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB

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: 5454dea3137d ("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