commit | 4042ce73c8bee9077d80a42b27aa21f98636b780 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jan 25 19:40:16 2023 +0100 |
committer | Marek Vasut <marex@denx.de> | Fri Mar 10 17:31:31 2023 +0100 |
tree | 848dfab948adbf6c71d80c5e995a78b57b4e5411 | |
parent | fe61da8c75d061f48237ef4d7618812739ccf789 [diff] |
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>