:orphan: .. title:: COUNTER_RTC_CUSTOM_TOP_SUPPORT .. option:: CONFIG_COUNTER_RTC_CUSTOM_TOP_SUPPORT *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - (!n && \ :option:`COUNTER_RTC0 `) || (!n && \ :option:`COUNTER_RTC1 `) || (!n && \ :option:`COUNTER_RTC2 `) Kconfig definition ================== .. highlight:: kconfig At ``drivers/counter/Kconfig.nrfx:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:25`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: config COUNTER_RTC_CUSTOM_TOP_SUPPORT bool default (!n && \ :option:`COUNTER_RTC0 `) || (!n && \ :option:`COUNTER_RTC1 `) || (!n && \ :option:`COUNTER_RTC2 `) depends on \ :option:`COUNTER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*