Skip to content

Commit 110a253

Browse files
committed
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 775343f commit 110a253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clocksource/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ config TEGRA_TIMER
158158
Enables support for the Tegra driver.
159159

160160
config TEGRA186_TIMER
161-
tristate "NVIDIA Tegra186 timer driver"
161+
bool "NVIDIA Tegra186 timer driver"
162162
depends on ARCH_TEGRA || COMPILE_TEST
163163
depends on WATCHDOG && WATCHDOG_CORE
164164
help

0 commit comments

Comments
 (0)