commit | 6fd0843809cd3c2626fe9ebe24f60daa32f6400d | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Tue Nov 09 16:43:45 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Nov 18 14:29:18 2021 +0100 |
tree | 2b70536a11c3d121e2476bd24621700358cbdfa0 | |
parent | 4151f42710599042ad2601689a003e1591516a47 [diff] |
drivers: console: limit scope of CONFIG_USB_UART_CONSOLE Do not change init level and priority of console driver if Kconfig option CONFIG_USB_UART_CONSOLE is enabled because commit 37f4d9ba63f0 ("usb: cdc_acm: rework cdc_acm_poll_out to non-blocking") changed CDC ACM UART driver so that it more closely mimics the real controller and CDC ACM UART driver now uses the same init level and priority as regular serial driver. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>