linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool'
@ 2022-07-18 21:36 Daniel Lezcano
  2022-07-20 10:25 ` Daniel Lezcano
  2022-07-28 10:44 ` [tip: timers/core] " tip-bot2 for Daniel Lezcano
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Lezcano @ 2022-07-18 21:36 UTC (permalink / raw)
  To: daniel.lezcano, tglx; +Cc: thierry.reding, linux-kernel, linux-tegra, kkartik

The clocksource are built-in, not as module. We don't know if the core
time framework is ready for that.

Revert back this option to 'bool'.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/clocksource/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 2dcdf02239c3..d7c7912cdd78 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -151,7 +151,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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool'
  2022-07-18 21:36 [PATCH] clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool' Daniel Lezcano
@ 2022-07-20 10:25 ` Daniel Lezcano
  2022-07-28 10:44 ` [tip: timers/core] " tip-bot2 for Daniel Lezcano
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2022-07-20 10:25 UTC (permalink / raw)
  To: tglx; +Cc: thierry.reding, linux-kernel, linux-tegra, kkartik

On 18/07/2022 23:36, Daniel Lezcano wrote:
> The clocksource are built-in, not as module. We don't know if the core
> time framework is ready for that.
> 
> Revert back this option to 'bool'.
> 
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> ---

Applied

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip: timers/core] clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool'
  2022-07-18 21:36 [PATCH] clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool' Daniel Lezcano
  2022-07-20 10:25 ` Daniel Lezcano
@ 2022-07-28 10:44 ` tip-bot2 for Daniel Lezcano
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Daniel Lezcano @ 2022-07-28 10:44 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Daniel Lezcano, x86, linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     110a25357584a2d2d9f50accb1e89455c54290b6
Gitweb:        https://git.kernel.org/tip/110a25357584a2d2d9f50accb1e89455c54290b6
Author:        Daniel Lezcano <daniel.lezcano@linaro.org>
AuthorDate:    Mon, 18 Jul 2022 23:36:57 +02:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Wed, 27 Jul 2022 17:00:49 +02:00

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 5d09cf5..440d4f4 100644
--- 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-28 10:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 21:36 [PATCH] clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool' Daniel Lezcano
2022-07-20 10:25 ` Daniel Lezcano
2022-07-28 10:44 ` [tip: timers/core] " tip-bot2 for Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).