All of lore.kernel.org
 help / color / mirror / Atom feed
From: "William A. Kennington III" <william@wkennington.com>
To: peda@axentia.se
Cc: linux-kernel@vger.kernel.org,
	"William A. Kennington III" <william@wkennington.com>
Subject: [PATCH] mux: Make it possible to select MULTIPLEXER if EXPERT
Date: Tue, 26 Sep 2023 16:07:12 -0700	[thread overview]
Message-ID: <20230926230712.516709-1-william@wkennington.com> (raw)

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


             reply	other threads:[~2023-09-27  1:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26 23:07 William A. Kennington III [this message]
2023-09-27 23:08 ` [PATCH] mux: Make it possible to select MULTIPLEXER if EXPERT Peter Rosin
     [not found]   ` <CAD_4BXhWbUxuidM47poTKFYYruL5jdJyPUfoZvXnqwDNNLd98w@mail.gmail.com>
2023-10-13  8:36     ` Peter Rosin
2023-10-13  8:52       ` William Kennington

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230926230712.516709-1-william@wkennington.com \
    --to=william@wkennington.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peda@axentia.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.