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 <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20220718213657.1303538-1-daniel.lezcano@linaro.org
1 parent 775343f commit 110a253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)