Skip to content

Commit eb0a5b6

Browse files
jfischer-nocarlescufi
authored andcommitted
[nrf fromtree] usb: remove Kconfig option USB_UART_CONSOLE
Since there are no more users and dependencies of Kconfig option USB_UART_CONSOLE in the tree, remove the remains and the option USB_UART_CONSOLE. Signed-off-by: Johann Fischer <[email protected]>
1 parent 571032f commit eb0a5b6

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

doc/reference/usb/uds_cdc_acm.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ Console over CDC ACM UART
5151
With the CDC ACM UART node from above and ``zephyr,console`` property of the
5252
chosen node, we can describe that CDC ACM UART is to be used with the console.
5353
A similar overlay file is used by :ref:`cdc-acm-console`.
54-
If USB device support is enabled in the application, as in the console sample,
55-
:kconfig:`CONFIG_USB_UART_CONSOLE` must be enabled,
56-
which does nothing but change the initialization time of the console driver.
5754

5855
.. code-block:: devicetree
5956

drivers/console/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ config UART_CONSOLE_INPUT_EXPIRED_TIMEOUT
8888
Fixed amount of time which unit is milliseconds to keep the UART
8989
console in use flag true.
9090

91-
config USB_UART_CONSOLE
92-
bool "Use USB port for console outputs"
93-
select UART_CONSOLE
94-
select USB_CDC_ACM
95-
help
96-
Enable this option to use the USB CDC ACM class for console.
97-
As for the console driver, this option only changes the initialization
98-
level.
99-
10091
config RAM_CONSOLE
10192
bool "Use RAM console"
10293
select CONSOLE_HAS_DRIVER

subsys/shell/Kconfig.backends

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ config SHELL_BACKEND_SERIAL_RX_POLL_PERIOD
7373

7474
config SHELL_BACKEND_SERIAL_CHECK_DTR
7575
bool "Check DTR signal before TX"
76-
default y if USB_UART_CONSOLE
7776
depends on UART_LINE_CTRL
7877
help
7978
Check DTR signal before TX.

0 commit comments

Comments
 (0)