clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool'
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 18 Jul 2022 21:36:57 +0000 (23:36 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 27 Jul 2022 15:00:49 +0000 (17:00 +0200)
commit110a25357584a2d2d9f50accb1e89455c54290b6
tree4726d003fa4639a7e5039e812255ddbaad83c25f
parent775343f9fde99b4e5e6470f9d8afd519ee67dfa3
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
drivers/clocksource/Kconfig