diff options
author | Tom Rini | 2022-11-19 18:45:37 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-05 16:08:37 -0500 |
commit | 08d01cda45d60af377e94fca05445d2fac232b8d (patch) | |
tree | 3871b30ab1bc552bd9e21123afc5488e21b8e813 /README | |
parent | b43295a27712c136afc68b0cf272e0356474642c (diff) |
Nokia RX-51: Migrate legacy USB device options to Kconfig
Move a number of legacy USB UDC options to Kconfig, over from the config
header.
Cc: Pali Rohár <pali@kernel.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -629,13 +629,6 @@ The following options need to be configured: variable usbtty to be cdc_acm should suffice. The following might be defined in YourBoardName.h - CONFIG_USB_DEVICE - Define this to build a UDC device - - CONFIG_USB_TTY - Define this to have a tty type of device available to - talk to the UDC device - CONFIG_USBD_HS Define this to enable the high speed support for usb device and usbtty. If this feature is enabled, a routine |