[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220718213657.1303538-1-daniel.lezcano@linaro.org>
Date: Mon, 18 Jul 2022 23:36:57 +0200
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: daniel.lezcano@...aro.org, tglx@...utronix.de
Cc: thierry.reding@...il.com, linux-kernel@...r.kernel.org,
linux-tegra@...r.kernel.org, kkartik@...dia.com
Subject: [PATCH] clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool'
The clocksource are built-in, not as module. We don't know if the core
time framework is ready for that.
Revert back this option to 'bool'.
Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.org>
---
drivers/clocksource/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 2dcdf02239c3..d7c7912cdd78 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -151,7 +151,7 @@ config TEGRA_TIMER
Enables support for the Tegra driver.
config TEGRA186_TIMER
- tristate "NVIDIA Tegra186 timer driver"
+ bool "NVIDIA Tegra186 timer driver"
depends on ARCH_TEGRA || COMPILE_TEST
depends on WATCHDOG && WATCHDOG_CORE
help
--
2.25.1
Powered by blists - more mailing lists