| # Copyright (c) 2024 Croxel, Inc. |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "UART over NUS Bluetooth LE" |
| depends on DT_HAS_ZEPHYR_NUS_UART_ENABLED |
| select UART_INTERRUPT_DRIVEN |
| Enable the UART over NUS Bluetooth driver, which can be used to pipe |
| serial data over Bluetooth LE GATT using NUS (Nordic UART Service). |
| config UART_BT_WORKQUEUE_PRIORITY |
| int "UART NUS Work-queue Priority" |
| default MAIN_THREAD_PRIORITY |
| Select UART NUS Work-queue priority based on the application context. |
| config UART_BT_WORKQUEUE_STACK_SIZE |
| int "UART NUS Work-queue Stack Size" |
| Set UART NUS Work-queue Stack-size based on the application context. |