The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_AON_API_REENTRANCY

AON driver API reentrancy

Type: bool

Help

Enable support for AON driver API reentrancy.

Direct dependencies

AON_TIMER_QMSI && COUNTER

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/counter/Kconfig.qmsi:41

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:64drivers/counter/Kconfig:23

Menu path: (top menu) → Device Drivers → Counter Drivers

config AON_API_REENTRANCY
    bool
    prompt "AON driver API reentrancy" if AON_TIMER_QMSI && COUNTER
    depends on AON_TIMER_QMSI && COUNTER
    help
      Enable support for AON driver API reentrancy.

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