Disables having USB enabled for boards that configure USB CDC for console, shell or logging at bootup in applications that enable USB to prevent a conflict arising whereby USB is registered from multiple points and later calls fail. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_USB_DEVICE_PRODUCT="Zephyr USB shell sample"
|
|
CONFIG_SHELL_BACKEND_SERIAL_CHECK_DTR=y
|
|
CONFIG_UART_LINE_CTRL=y
|
|
CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY=51
|
|
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
|