Skip to content

Commit

Permalink
clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool'
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
dlezcano committed Jul 27, 2022
1 parent 775343f commit 110a253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clocksource/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 110a253

Please sign in to comment.