most: tell what the MOST acronym means
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 17 Jan 2023 18:28:40 +0000 (10:28 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jan 2023 16:16:05 +0000 (17:16 +0100)
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@infradead.org>
Cc: Christian Gromm <christian.gromm@microchip.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20230117182840.26890-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/most/Kconfig

index 4b8145b..69c9e72 100644 (file)
@@ -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