-
CONFIG_BT_UART_ON_DEV_NAME
¶
Device Name of UART Device for Bluetooth
Type: string
Help¶
This option specifies the name of UART device to be used for Bluetooth.
Direct dependencies¶
(BT_UART
&& SOC_SERIES_QUARK_X1000
) || (BT_UART
&& BT_HCI
&& BT
&& !BT_CTLR
)
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definitions¶
At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:191
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config BT_UART_ON_DEV_NAME string default "UART_1" ifBT_UART
&&SOC_SERIES_QUARK_X1000
depends onBT_UART
&&SOC_SERIES_QUARK_X1000
At drivers/bluetooth/hci/Kconfig:65
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:12
→ drivers/bluetooth/Kconfig:20
Menu path: (top menu) → Device Drivers → Bluetooth Drivers
config BT_UART_ON_DEV_NAME string prompt "Device Name of UART Device for Bluetooth" ifBT_UART
&&BT_HCI
&&BT
&& !BT_CTLR
default "" ifHAS_DTS
&&BT_UART
&&BT_HCI
&&BT
&& !BT_CTLR
default "UART_0" ifBT_UART
&&BT_HCI
&&BT
&& !BT_CTLR
depends onBT_UART
&&BT_HCI
&&BT
&& !BT_CTLR
help This option specifies the name of UART device to be used for Bluetooth.
(Definitions include propagated dependencies, including from if’s and menus.)