timer: Tighten CADENCE_TTC_TIMER dependencies
authorTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 15:31:46 +0000 (09:31 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 22:13:08 +0000 (16:13 -0600)
commit7c2e4487e449b4396531789f1df49ccb8c911952
treeec8e35a73f32fe93754f212d11b05a0daecac5f9
parentaf4acc7186fac32b69e2a0ad5e1ffb4677bfa825
timer: Tighten CADENCE_TTC_TIMER dependencies

This driver implements timer_get_boot_us() which is global namespace and
can conflict with other implementations of the function for example in
"allyesconfig". Start by limiting this driver to platforms which use it.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/timer/Kconfig