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@xxxxxxxxxx> --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index ddf117712..32a2c661f 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 -- 2.25.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox