:orphan: .. title:: CONFIG_COUNTER_CMOS .. kconfig:: CONFIG_COUNTER_CMOS CONFIG_COUNTER_CMOS ################### *Counter driver for x86 CMOS/RTC clock* Type: ``bool`` Direct dependencies =================== \ :kconfig:`X86 ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/counter/Kconfig.cmos:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:37`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_CMOS bool "Counter driver for x86 CMOS/RTC clock" depends on X86 && COUNTER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*