The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_RTC_QMSI

QMSI RTC Driver

Type: bool

Help

Build QMSI RTC driver.

Direct dependencies

(COUNTER && SOC_QUARK_SE_C1000_SS) || (COUNTER && SOC_SERIES_QUARK_D2000) || (COUNTER && SOC_SERIES_QUARK_SE) || (QMSI && COUNTER)

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

Defaults

Kconfig definitions

At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:36

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config RTC_QMSI
    bool
    default "y" if COUNTER && SOC_QUARK_SE_C1000_SS
    depends on COUNTER && SOC_QUARK_SE_C1000_SS

At soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:57

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config RTC_QMSI
    bool
    default "y" if COUNTER && SOC_SERIES_QUARK_D2000
    depends on COUNTER && SOC_SERIES_QUARK_D2000

At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:149

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config RTC_QMSI
    bool
    default "y" if COUNTER && SOC_SERIES_QUARK_SE
    depends on COUNTER && SOC_SERIES_QUARK_SE

At drivers/counter/Kconfig.qmsi:47

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

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

config RTC_QMSI
    bool
    prompt "QMSI RTC Driver" if QMSI && COUNTER
    depends on QMSI && COUNTER
    help
      Build QMSI RTC driver.

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