[PATCH v1] make AUXILIARY_BUS config selection clearer

From: Moti Haimovski
Date: Tue Jun 06 2023 - 09:37:40 EST


Add a display string and a help section to the config AUXILIARY_BUS
section under the "Generic Driver Options" menu in order to make its
selection clearer.

Signed-off-by: Moti Haimovski <mhaimovski@xxxxxxxxx>
---
drivers/base/Kconfig | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index 6f04b831a5c0..e1caac1d9a58 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -2,7 +2,16 @@
menu "Generic Driver Options"

config AUXILIARY_BUS
- bool
+ bool "Support for auxiliary bus"
+ help
+ The auxiliary bus driver provides a way to export an interface
+ for another subsystem to drive, implement a common intersection
+ of functionality or split a function into child-devices
+ representing sub-domains of functionality where each auxiliary
+ device represents a part of its parent functionality (usually)
+ driven by another driver.
+
+ If unsure, say Y.

config UEVENT_HELPER
bool "Support for uevent helper"
--
2.25.1