Skip to content

Commit 74b92d7

Browse files
committed
samples: usb: console: fix configuration
This sample uses console driver and therefore Kconfig option CONFIG_CONSOLE and CONFIG_UART_CONSOLE are required. Kconfig option CONFIG_USB_UART_CONSOLE no longer has any influence here and should be removed. Signed-off-by: Johann Fischer <[email protected]>
1 parent 461b174 commit 74b92d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/subsys/usb/console/prj.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ CONFIG_USB_DEVICE_STACK=y
22
CONFIG_USB_DEVICE_PRODUCT="Zephyr USB console sample"
33

44
CONFIG_SERIAL=y
5+
CONFIG_CONSOLE=y
6+
CONFIG_UART_CONSOLE=y
57
CONFIG_UART_LINE_CTRL=y
6-
CONFIG_USB_UART_CONSOLE=y

0 commit comments

Comments
 (0)