summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-04-15 15:23:44 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-15 11:16:02 +0200
commit96b0fd028deda9c4b2516c808234a5b1edfe34ef (patch)
tree799967cf351e46b6a761f3876a304cc12c39db87 /drivers/mfd
parentc18312ba7282144ab60df5fe1783d47783e1f0cc (diff)
downloadbarebox-96b0fd028deda9c4b2516c808234a5b1edfe34ef.tar.gz
barebox-96b0fd028deda9c4b2516c808234a5b1edfe34ef.tar.xz
mfd: double-quote the menu prompt of MFD
Linux commit 801b27db4638 ("kconfig: drop T_WORD from the RHS of 'prompt' symbol") requires every prompt to be quoted even if it is a single word. This is the only place with no quoting. It must be surrounded by double-quotes in order to sync Kconfig to Linux 5.6-rc1 or later. While I was here, I reworded "MFD" to "Multifunction device drivers" to be consistent with Linux. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index f4cc71ef0e..412ec926c8 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1,4 +1,4 @@
-menu MFD
+menu "Multifunction device drivers"
config MFD_ACT8846
depends on I2C