public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] No longer default to HW_RANDOM when UML_RANDOM is the trigger
@ 2025-01-15 13:06 Dragan Simic
  2025-01-15 13:07 ` [PATCH 1/3] hwrng: Use tabs as leading whitespace consistently in Kconfig Dragan Simic
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Dragan Simic @ 2025-01-15 13:06 UTC (permalink / raw)
  To: linux-crypto; +Cc: linux-kernel, olivia, herbert, didi.debian, heiko, dsimic

This is a small patch series that makes the already existing HW_RANDOM_*
options in the hw_random Kconfig selected by default only when the
UML_RANDOM option isn't already selected.  Having the HW_RANDOM_* options
selected doesn't make much sense for user-mode Linux (UML), which obviously
cannot make use of any HWRNG devices.

Along the way, some additional trivial cleanups of the hw_random Kconfig
file are also performed as spotted, in separate patches.

Dragan Simic (3):
  hwrng: Use tabs as leading whitespace consistently in Kconfig
  hwrng: Move one "tristate" Kconfig description to the usual place
  hwrng: Don't default to HW_RANDOM when UML_RANDOM is the trigger

 drivers/char/hw_random/Kconfig | 84 +++++++++++++++++-----------------
 1 file changed, 42 insertions(+), 42 deletions(-)


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

end of thread, other threads:[~2025-02-09 10:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15 13:06 [PATCH 0/3] No longer default to HW_RANDOM when UML_RANDOM is the trigger Dragan Simic
2025-01-15 13:07 ` [PATCH 1/3] hwrng: Use tabs as leading whitespace consistently in Kconfig Dragan Simic
2025-01-15 13:07 ` [PATCH 2/3] hwrng: Move one "tristate" Kconfig description to the usual place Dragan Simic
2025-01-15 13:07 ` [PATCH 3/3] hwrng: Don't default to HW_RANDOM when UML_RANDOM is the trigger Dragan Simic
2025-01-15 14:59   ` Diederik de Haas
2025-01-15 17:21     ` Dragan Simic
2025-02-09  9:15   ` Herbert Xu
2025-02-09  9:37     ` Dragan Simic
2025-02-09  9:54       ` Herbert Xu
2025-02-09 10:13         ` Dragan Simic
2025-02-09 10:22 ` [PATCH 0/3] No longer " Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox