From: Heinrich Schuchardt Date: Sun, 28 Feb 2021 11:50:49 +0000 (+0100) Subject: usb: USB keyboard requires DM_KEYBOARD X-Git-Tag: v2025.01-rc5-pxa1908~1977^2 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=795d605cab787e6d9151221312b09391aacfb8e5;p=u-boot.git usb: USB keyboard requires DM_KEYBOARD If CONFIG_DM_USB=y, the USB keyboard only works if CONFIG_DM_KEYBOARD=y. Signed-off-by: Heinrich Schuchardt --- diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 6e291198ab..f6975730bf 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -95,6 +95,7 @@ config USB_STORAGE config USB_KEYBOARD bool "USB Keyboard support" + select DM_KEYBOARD if DM_USB select SYS_STDIO_DEREGISTER ---help--- Say Y here if you want to use a USB keyboard for U-Boot command line