Skip to content

Commit 775343f

Browse files
tmlinddlezcano
authored andcommitted
clocksource/drivers/timer-ti-dm: Make driver selection bool for TI K3
The clocksource drivers do not currently have loadable modules as pointed out by Daniel Lezcano <[email protected]>. Let's reconsider this later on once timer removal discussion has been done, and set timer-ti-dm to bool for TI K3 SoC. Cc: Keerthy <[email protected]> Cc: Nishanth Menon <[email protected]> Cc: Vignesh Raghavendra <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent 4e32036 commit 775343f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/clocksource/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ config DIGICOLOR_TIMER
5757
Enables the support for the digicolor timer driver.
5858

5959
config OMAP_DM_TIMER
60-
tristate "OMAP dual-mode timer driver" if ARCH_K3 || COMPILE_TEST
60+
bool "OMAP dual-mode timer driver" if ARCH_K3 || COMPILE_TEST
61+
default y if ARCH_K3
6162
select TIMER_OF
6263
help
6364
Enables the support for the TI dual-mode timer driver.

0 commit comments

Comments
 (0)