Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@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>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
34d0938e fba3993e

+1 -1
+1 -1
drivers/most/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 menuconfig MOST 3 - tristate "MOST support" 3 + tristate "MOST (Media Oriented Systems Transport) support" 4 4 depends on HAS_DMA && CONFIGFS_FS 5 5 default n 6 6 help