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

QMSI AON Counter Device Name

Type: string

Help

Specify the device name for AON counter driver.

Direct dependencies

AON_COUNTER_QMSI && COUNTER

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

Defaults

Kconfig definition

At drivers/counter/Kconfig.qmsi:15

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

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

config AON_COUNTER_QMSI_DEV_NAME
    string
    prompt "QMSI AON Counter Device Name" if AON_COUNTER_QMSI && COUNTER
    default "AON_COUNTER" if AON_COUNTER_QMSI && COUNTER
    depends on AON_COUNTER_QMSI && COUNTER
    help
      Specify the device name for AON counter driver.

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