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 <johann.fischer@nordicsemi.no>
This commit is contained in:
parent
6fd0843809
commit
0908a52d0d
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@ CONFIG_USB_DEVICE_STACK=y
|
|||
CONFIG_USB_DEVICE_PRODUCT="Zephyr USB console sample"
|
||||
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_UART_LINE_CTRL=y
|
||||
CONFIG_USB_UART_CONSOLE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue