All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] reset: allow building of reset simple driver if expert config selected
@ 2022-07-08 16:56 Ben Dooks
  2022-07-11 12:41 ` Philipp Zabel
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Dooks @ 2022-07-08 16:56 UTC (permalink / raw)
  To: p.zabel; +Cc: linux-kernel, Sudip Mukherjee, Jude Onyenegecha, Ben Dooks

If CONFIG_EXPERT is selected, allow selection of CONFIG_RESET_SIMPLE
if needed by the user.

Signed-off-by: Ben Dooks <ben.dooks@sifive.com>
---
 drivers/reset/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 93c8d07ee328..f40d9bbb686a 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -200,7 +200,7 @@ config RESET_SCMI
 	  firmware controlling all the reset signals.
 
 config RESET_SIMPLE
-	bool "Simple Reset Controller Driver" if COMPILE_TEST
+	bool "Simple Reset Controller Driver" if COMPILE_TEST || EXPERT
 	default ARCH_ASPEED || ARCH_BCM4908 || ARCH_BITMAIN || ARCH_REALTEK || ARCH_STM32 || (ARCH_INTEL_SOCFPGA && ARM64) || ARCH_SUNXI || ARC
 	help
 	  This enables a simple reset controller driver for reset lines that
-- 
2.35.1


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

* Re: [PATCH] reset: allow building of reset simple driver if expert config selected
  2022-07-08 16:56 [PATCH] reset: allow building of reset simple driver if expert config selected Ben Dooks
@ 2022-07-11 12:41 ` Philipp Zabel
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Zabel @ 2022-07-11 12:41 UTC (permalink / raw)
  To: Ben Dooks; +Cc: linux-kernel, Sudip Mukherjee, Jude Onyenegecha

Hi Ben,

On Fr, 2022-07-08 at 17:56 +0100, Ben Dooks wrote:
> If CONFIG_EXPERT is selected, allow selection of CONFIG_RESET_SIMPLE
> if needed by the user.
> 
> Signed-off-by: Ben Dooks <ben.dooks@sifive.com>

Thank you, applied to reset/next.

regards
Philipp

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

end of thread, other threads:[~2022-07-11 12:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08 16:56 [PATCH] reset: allow building of reset simple driver if expert config selected Ben Dooks
2022-07-11 12:41 ` Philipp Zabel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.