From: Randy Dunlap Date: Tue, 17 Jan 2023 18:28:40 +0000 (-0800) Subject: most: tell what the MOST acronym means X-Git-Tag: v6.6.7~3435^2~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34d0938e3dad2c5f15098fcf2f400dceea6efceb;p=platform%2Fkernel%2Flinux-starfive.git 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 Cc: Christian Gromm Cc: Greg Kroah-Hartman Link: https://lore.kernel.org/r/20230117182840.26890-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/most/Kconfig b/drivers/most/Kconfig index 4b8145b..69c9e72 100644 --- 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