From: Tony Lindgren Date: Mon, 23 May 2022 15:14:48 +0000 (+0300) Subject: clocksource/drivers/timer-ti-dm: Make driver selection bool for TI K3 X-Git-Tag: v6.0-rc1~198^2~1^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=775343f9fde99b4e5e6470f9d8afd519ee67dfa3;p=thirdparty%2Flinux.git 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 . 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 Cc: Nishanth Menon Cc: Vignesh Raghavendra Signed-off-by: Tony Lindgren Link: https://lore.kernel.org/r/20220523151448.23732-1-tony@atomide.com Signed-off-by: Daniel Lezcano --- diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 967dcfb8dd0dc..5d09cf54c4587 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -57,7 +57,8 @@ config DIGICOLOR_TIMER Enables the support for the digicolor timer driver. config OMAP_DM_TIMER - tristate "OMAP dual-mode timer driver" if ARCH_K3 || COMPILE_TEST + bool "OMAP dual-mode timer driver" if ARCH_K3 || COMPILE_TEST + default y if ARCH_K3 select TIMER_OF help Enables the support for the TI dual-mode timer driver.