:orphan: .. title:: CONFIG_COUNTER_MCUX_SNVS .. kconfig:: CONFIG_COUNTER_MCUX_SNVS CONFIG_COUNTER_MCUX_SNVS ######################## *IMX SNVS RTC driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for the IMX SNVS High/Low Power clock. Direct dependencies =================== \ :kconfig:`HAS_MCUX_SNVS ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/counter/Kconfig.mcux_snvs:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:49`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_MCUX_SNVS bool "IMX SNVS RTC driver" depends on HAS_MCUX_SNVS && COUNTER help Enable support for the IMX SNVS High/Low Power clock. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*