|  | From 42bd80b457262637ee9e5f7ac033df7d8b03caf4 Mon Sep 17 00:00:00 2001 | 
|  | From: "William A. Kennington III" <william@wkennington.com> | 
|  | Date: Tue, 26 Sep 2023 16:02:42 -0700 | 
|  | Subject: [PATCH] mux: Make it possible to select MULTIPLEXER if EXPERT | 
|  |  | 
|  | 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. | 
|  |  | 
|  | Patch Tracking Bug: b/302352437 | 
|  | Upstream Info: https://lore.kernel.org/lkml/053d7bf2-9bf3-a71c-5713-7cce19413c37@infradead.org/ | 
|  | Upstream-Status: Pending | 
|  | Justification: Required for configs | 
|  | 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 | 
|  |  |