All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: vme: enhance the help paragraphs for clarity
@ 2023-10-29 18:03 Dorine Tipo
  2023-10-30  6:25 ` Julia Lawall
  2023-11-01  7:39 ` Bagas Sanjaya
  0 siblings, 2 replies; 6+ messages in thread
From: Dorine Tipo @ 2023-10-29 18:03 UTC (permalink / raw)
  To: outreachy, gregkh; +Cc: Dorine Tipo

- Revise the help paragraphs to fully describe the config symbol

These changes were made to enhance the clarity of the help text, ensuring
users can better understand the configuration options, their purposes, and
their relevance to their specific hardware setups.

Signed-off-by: Dorine Tipo <dorine.a.tipo@gmail.com>
---
 drivers/staging/vme_user/Kconfig | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/vme_user/Kconfig b/drivers/staging/vme_user/Kconfig
index d65cc5510649..65a3e769090d 100644
--- a/drivers/staging/vme_user/Kconfig
+++ b/drivers/staging/vme_user/Kconfig
@@ -4,6 +4,11 @@ menuconfig VME_BUS
 	depends on PCI
 	help
 	  If you say Y here you get support for the VME bridge Framework.
+          The VME Bridge Framework provides a set of tools and drivers
+          for VMEbus systems, allowing seamless integration of VME devices
+          with your PCI-enabled hardware. Select 'Y' to enable this feature
+          if you have VMEbus-based hardware or intend to use VME devices in
+          your system.
 
 if VME_BUS
 
@@ -14,7 +19,10 @@ config VME_TSI148
 	depends on HAS_DMA
 	help
 	 If you say Y here you get support for the Tundra TSI148 VME bridge
-	 chip.
+	 chip. This bridge chip provides compatibility for VMEbus systems, allowing
+         communication with various VME devices. If you have hardware that
+         includes the Tundra TSI148 VME bridge, or if you plan to use VME
+         devices with your system, choose 'Y' to enable this feature.
 
 config VME_FAKE
 	tristate "Fake"
-- 
2.25.1


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

end of thread, other threads:[~2023-11-01 11:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-29 18:03 [PATCH] staging: vme: enhance the help paragraphs for clarity Dorine Tipo
2023-10-30  6:25 ` Julia Lawall
2023-11-01  7:39 ` Bagas Sanjaya
2023-11-01  8:09   ` Greg KH
2023-11-01  8:14     ` Bagas Sanjaya
2023-11-01 11:48   ` Dorine Tipo

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.