Skip to content

Commit 105e3da

Browse files
committed
usb: remove the remains of USB_UART_CONSOLE
Since there are no more users and dependencies of Kconfig option USB_UART_CONSOLE in the tree, remove the remains. Signed-off-by: Johann Fischer <[email protected]>
1 parent 9c03497 commit 105e3da

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
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` can be enabled, which is only used
56-
to enable relevant options in backend configuration (if any).
5754

5855
.. code-block:: devicetree
5956

subsys/shell/backends/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.

tests/drivers/console/prj_semihost.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ CONFIG_TEST=y
22
CONFIG_CONSOLE=y
33
CONFIG_SERIAL=n
44
CONFIG_UART_CONSOLE=n
5-
CONFIG_USB_UART_CONSOLE=n
65
CONFIG_SEMIHOST_CONSOLE=y

0 commit comments

Comments
 (0)