diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-08 08:24:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-28 17:03:31 -0400 |
commit | d4ae15260bbd0f9962b71ad2af53e4c450abd530 (patch) | |
tree | 3c490b52544a3a7b0aa7c66504cf5202517f430b /README | |
parent | 093044735fd7db1616b1c4920c21ea6c0e0b0cc3 (diff) | |
download | u-boot-d4ae15260bbd0f9962b71ad2af53e4c450abd530.tar.gz u-boot-d4ae15260bbd0f9962b71ad2af53e4c450abd530.tar.bz2 u-boot-d4ae15260bbd0f9962b71ad2af53e4c450abd530.zip |
Convert CONFIG_USB_EHCI_TXFIFO_THRESH to Kconfig
This converts the following to Kconfig:
CONFIG_USB_EHCI_TXFIFO_THRESH
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -793,9 +793,6 @@ The following options need to be configured: Supported are USB Keyboards and USB Floppy drives (TEAC FD-05PUB). - CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the - txfilltuning field in the EHCI controller on reset. - CONFIG_USB_DWC2_REG_ADDR the physical CPU address of the DWC2 HW module registers. |