aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2022-07-18 23:36:57 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2022-07-27 17:00:49 +0200
commit110a25357584a2d2d9f50accb1e89455c54290b6 (patch)
tree4726d003fa4639a7e5039e812255ddbaad83c25f /drivers/clocksource/Kconfig
parentclocksource/drivers/timer-ti-dm: Make driver selection bool for TI K3 (diff)
downloadlinux-dev-110a25357584a2d2d9f50accb1e89455c54290b6.tar.xz
linux-dev-110a25357584a2d2d9f50accb1e89455c54290b6.zip
clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool'
The clocksources are built-in, they are not modules. We don't know if the core time framework is ready for clockevents / clocksources as modules. Revert back this option to 'bool'. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20220718213657.1303538-1-daniel.lezcano@linaro.org
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 5d09cf54c458..440d4f41d17d 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -158,7 +158,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