CONFIG_COUNTER_RTC_CUSTOM_TOP_SUPPORT
(No prompt – not directly user assignable.)
Type: bool
Default
(!n &&
COUNTER_RTC0
) || (!n &&COUNTER_RTC1
) || (!n &&COUNTER_RTC2
)
Kconfig definition
At <Zephyr>/drivers/counter/Kconfig.nrfx:107
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:66
→ <Zephyr>/drivers/counter/Kconfig:33
Menu path: (Top) → Device Drivers → Counter Drivers
config COUNTER_RTC_CUSTOM_TOP_SUPPORT
bool
default (!n && COUNTER_RTC0) || (!n && COUNTER_RTC1) || (!n && COUNTER_RTC2)
depends on COUNTER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)