timer: Tighten CADENCE_TTC_TIMER dependencies
authorTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 15:31:46 +0000 (09:31 -0600)
committerMichal Simek <michal.simek@amd.com>
Thu, 9 Oct 2025 07:07:04 +0000 (09:07 +0200)
commita3861c71d543d9248f9b747da2b86fff4c89d4e2
tree32c45063c5ba3ef539100b26f7b96b23105d0027
parent145645a9f29121c7ee3fb36abe87a9c6dc9f25e3
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>
Link: https://lore.kernel.org/r/20250926153146.3680952-1-trini@konsulko.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/timer/Kconfig