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

Counter 1

Type: bool

Help

Enable Counter 1.

Direct dependencies

(COUNTER_IMX_EPIT && BOARD_UDOO_NEO_FULL_M4) || (COUNTER_IMX_EPIT && COUNTER)

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

Kconfig definitions

At boards/arm/udoo_neo_full_m4/Kconfig.defconfig:62

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config COUNTER_IMX_EPIT_1
    bool
    default "y" if COUNTER_IMX_EPIT && BOARD_UDOO_NEO_FULL_M4
    depends on COUNTER_IMX_EPIT && BOARD_UDOO_NEO_FULL_M4

At drivers/counter/Kconfig.imx_epit:16

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

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

config COUNTER_IMX_EPIT_1
    bool
    prompt "Counter 1" if COUNTER_IMX_EPIT && COUNTER
    depends on COUNTER_IMX_EPIT && COUNTER
    help
      Enable Counter 1.

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