CONFIG_COUNTER_CMOS¶
Counter driver for x86 CMOS/RTC clock
Type: bool
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/counter/Kconfig.cmos:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:66 → <Zephyr Driver>/counter/Kconfig:37
Menu path: (Top) → Device Drivers → Counter Drivers
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.)