]> git.baikalelectronics.ru Git - uboot.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)
commitcf7ea9604aef3df78baec70c2e9d76ec6fda1f10
tree848dfab948adbf6c71d80c5e995a78b57b4e5411
parentabf183cb668b72f56bf71efc8d02f4852f59c224
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: 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