-
CONFIG_BT_MONITOR_ON_DEV_NAME
¶
Device Name of Bluetooth monitor logging UART
Type: string
Help¶
This option specifies the name of UART device to be used for the Bluetooth monitor logging.
Direct dependencies¶
(BT_UART
&& SOC_ATOM
) || (BT_DEBUG_MONITOR
&& BT_DEBUG
&& BT_HCI
&& BT
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “UART_1” if
BT_DEBUG_MONITOR
&&BT_UART
&&SOC_ATOM
- “” if
HAS_DTS
&&BT_DEBUG_MONITOR
&&BT_DEBUG
&&BT_HCI
&&BT
- “UART_0” if
BT_DEBUG_MONITOR
&&BT_DEBUG
&&BT_HCI
&&BT
Kconfig definitions¶
At soc/x86/atom/Kconfig.defconfig:57
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config BT_MONITOR_ON_DEV_NAME string default "UART_1" ifBT_DEBUG_MONITOR
&&BT_UART
&&SOC_ATOM
depends onBT_UART
&&SOC_ATOM
At subsys/bluetooth/common/Kconfig:104
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:143
Menu path: (top menu) → Bluetooth
config BT_MONITOR_ON_DEV_NAME string prompt "Device Name of Bluetooth monitor logging UART" ifBT_DEBUG_MONITOR
&&BT_DEBUG
&&BT_HCI
&&BT
default "" ifHAS_DTS
&&BT_DEBUG_MONITOR
&&BT_DEBUG
&&BT_HCI
&&BT
default "UART_0" ifBT_DEBUG_MONITOR
&&BT_DEBUG
&&BT_HCI
&&BT
depends onBT_DEBUG_MONITOR
&&BT_DEBUG
&&BT_HCI
&&BT
help This option specifies the name of UART device to be used for the Bluetooth monitor logging.
(Definitions include propagated dependencies, including from if’s and menus.)