X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fusb%2FKconfig;h=4fbe172e05c87badc1555ff4fa52a79c913075d5;hb=0d4e9d8be23a30f5f1ca5bad2188e8a1c9848c5c;hp=bccf43e4cfaed3cd18bb70928bb258a967f50a24;hpb=6b14fbbdc6b1a6669bc70212bfe6d1d7129e03b4;p=u-boot diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index bccf43e4cf..4fbe172e05 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -49,10 +49,16 @@ config DM_USB source "drivers/usb/host/Kconfig" +source "drivers/usb/dwc3/Kconfig" + +source "drivers/usb/musb/Kconfig" + source "drivers/usb/musb-new/Kconfig" source "drivers/usb/emul/Kconfig" +source "drivers/usb/phy/Kconfig" + source "drivers/usb/ulpi/Kconfig" comment "USB peripherals" @@ -65,6 +71,7 @@ config USB_STORAGE config USB_KEYBOARD bool "USB Keyboard support" + select SYS_STDIO_DEREGISTER ---help--- Say Y here if you want to use a USB keyboard for U-Boot command line input. @@ -73,7 +80,7 @@ if USB_KEYBOARD choice prompt "USB keyboard polling" - optional + default SYS_USB_EVENT_POLL ---help--- Enable a polling mechanism for USB keyboard. @@ -92,4 +99,6 @@ endif source "drivers/usb/gadget/Kconfig" +source "drivers/usb/eth/Kconfig" + endif