projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775343f
)
clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool'
author
Daniel Lezcano
<daniel.lezcano@linaro.org>
Mon, 18 Jul 2022 21:36:57 +0000
(23:36 +0200)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Wed, 27 Jul 2022 15:00:49 +0000
(17:00 +0200)
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
drivers/clocksource/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/clocksource/Kconfig
b/drivers/clocksource/Kconfig
index 5d09cf54c4587b71c15c1fa34eb5e1ee92808c89..440d4f41d17dd87dae42ed68985b6f62060de266 100644
(file)
--- 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