The latest development version of this page may be more current than this released 1.14.1 version.
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:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config BT_UART_ON_DEV_NAME
    string
    default "UART_1" if BT_UART && SOC_SERIES_QUARK_X1000
    depends on BT_UART && SOC_SERIES_QUARK_X1000

At drivers/bluetooth/hci/Kconfig:65

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:12drivers/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" if BT_UART && BT_HCI && BT && !BT_CTLR
    default "" if HAS_DTS && BT_UART && BT_HCI && BT && !BT_CTLR
    default "UART_0" if BT_UART && BT_HCI && BT && !BT_CTLR
    depends on BT_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.)