diff options
author | Randy Dunlap | 2023-01-17 10:28:40 -0800 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-01-19 17:16:05 +0100 |
commit | 34d0938e3dad2c5f15098fcf2f400dceea6efceb (patch) | |
tree | 32166433014f00e132b6da02e338ebd83f50e3d2 /drivers/most | |
parent | fba3993e86cc44a4690f131bf16c57713a37ef1a (diff) |
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>
Diffstat (limited to 'drivers/most')
-rw-r--r-- | drivers/most/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/most/Kconfig b/drivers/most/Kconfig index 4b8145b9e7ad..69c9e728b7e6 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 |