[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230117182840.26890-1-rdunlap@infradead.org>
Date: Tue, 17 Jan 2023 10:28:40 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Christian Gromm <christian.gromm@...rochip.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: [PATCH] most: tell what the MOST acronym means
Tell kconfig users what "MOST" means so that they can have a bit
of information about what it is. I.e., more than zero information.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Christian Gromm <christian.gromm@...rochip.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
drivers/most/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -- a/drivers/most/Kconfig b/drivers/most/Kconfig
--- a/drivers/most/Kconfig
+++ b/drivers/most/Kconfig
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
menuconfig MOST
- tristate "MOST support"
+ tristate "MOST (Media Oriented Systems Transport) support"
depends on HAS_DMA && CONFIGFS_FS
default n
help
Powered by blists - more mailing lists