CONFIG_BT_CTLR_GPIO_PA

Power Amplifier GPIO interface

Type: bool

Help

Enable GPIO interface to a Power Amplifier. This allows hardware designs using PA to let the Controller toggle their state based on radio activity.

Direct dependencies

!SOC_SERIES_NRF51X && BT_LL_SW && BT_CTLR && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/bluetooth/controller/Kconfig:482

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:156

Menu path: (top menu) → Bluetooth

menuconfig BT_CTLR_GPIO_PA
    bool
    prompt "Power Amplifier GPIO interface" if !SOC_SERIES_NRF51X && BT_LL_SW && BT_CTLR && BT_HCI && BT
    depends on !SOC_SERIES_NRF51X && BT_LL_SW && BT_CTLR && BT_HCI && BT
    help
      Enable GPIO interface to a Power Amplifier. This allows hardware
      designs using PA to let the Controller toggle their state based on
      radio activity.

(Definitions include propagated dependencies, including from if’s and menus.)