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