Re: [PATCH 1/1] usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB

2023-01-25 Thread Marek Vasut
On 1/25/23 19:05, Heinrich Schuchardt wrote: On 1/25/23 19:00, Marek Vasut wrote: On 1/25/23 18:32, Heinrich Schuchardt wrote: This configuration setting is only relevant if the board supports USB. It should not be in the main menu but in the USB menu. Fixes: 5454dea3137d ("usb: hub: allow to

Re: [PATCH 1/1] usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB

2023-01-25 Thread Heinrich Schuchardt
On 1/25/23 19:00, Marek Vasut wrote: On 1/25/23 18:32, Heinrich Schuchardt wrote: This configuration setting is only relevant if the board supports USB. It should not be in the main menu but in the USB menu. Fixes: 5454dea3137d ("usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUT") Signed-off-by:

Re: [PATCH 1/1] usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB

2023-01-25 Thread Marek Vasut
On 1/25/23 18:32, Heinrich Schuchardt wrote: This configuration setting is only relevant if the board supports USB. It should not be in the main menu but in the USB menu. Fixes: 5454dea3137d ("usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUT") Signed-off-by: Heinrich Schuchardt --- common/Kco

[PATCH 1/1] usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB

2023-01-25 Thread Heinrich Schuchardt
This configuration setting is only relevant if the board supports USB. It should not be in the main menu but in the USB menu. Fixes: 5454dea3137d ("usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUT") Signed-off-by: Heinrich Schuchardt --- common/Kconfig | 12 drivers/usb/Kconfig