public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mux: Make it possible to select MULTIPLEXER if EXPERT
@ 2023-09-26 23:07 William A. Kennington III
  2023-09-27 23:08 ` Peter Rosin
  0 siblings, 1 reply; 4+ messages in thread
From: William A. Kennington III @ 2023-09-26 23:07 UTC (permalink / raw)
  To: peda; +Cc: linux-kernel, William A. Kennington III

Right now, there is no way to enable multiplexer support unless another
config option selects it. When using `allnoconfig` with CONFIG_EXPERT,
this is deselected with no way to enable it.

Signed-off-by: William A. Kennington III <william@wkennington.com>
---
 drivers/mux/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mux/Kconfig b/drivers/mux/Kconfig
index 80f015cf6e54..5d585d778312 100644
--- a/drivers/mux/Kconfig
+++ b/drivers/mux/Kconfig
@@ -4,7 +4,7 @@
 #
 
 config MULTIPLEXER
-	tristate
+	tristate "Multiplexer"
 
 menu "Multiplexer drivers"
 	depends on MULTIPLEXER
-- 
2.42.0.582.g8ccd20d70d-goog


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

end of thread, other threads:[~2023-10-13  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26 23:07 [PATCH] mux: Make it possible to select MULTIPLEXER if EXPERT William A. Kennington III
2023-09-27 23:08 ` Peter Rosin
     [not found]   ` <CAD_4BXhWbUxuidM47poTKFYYruL5jdJyPUfoZvXnqwDNNLd98w@mail.gmail.com>
2023-10-13  8:36     ` Peter Rosin
2023-10-13  8:52       ` William Kennington

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