Message ID | 607c5ba8b95b1a11b6dc532223e9d7abcc2c20e4.1705935812.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt | expand |
On Mon, Jan 22, 2024 at 04:04:14PM +0100, Geert Uytterhoeven wrote: > The symbol's prompt should be a one-line description, instead of just > duplicating the symbol name. Huh. Why it was ever like that I do not know...
From: Conor Dooley <conor.dooley@microchip.com> On Mon, 22 Jan 2024 16:04:14 +0100, Geert Uytterhoeven wrote: > The symbol's prompt should be a one-line description, instead of just > duplicating the symbol name. > > Applied to riscv-soc-fixes, thanks! [1/1] soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt https://git.kernel.org/conor/c/6dd9a236042e Thanks, Conor.
diff --git a/drivers/soc/microchip/Kconfig b/drivers/soc/microchip/Kconfig index 9b0fdd95276e4e01..19f4b576f822b2e5 100644 --- a/drivers/soc/microchip/Kconfig +++ b/drivers/soc/microchip/Kconfig @@ -1,5 +1,5 @@ config POLARFIRE_SOC_SYS_CTRL - tristate "POLARFIRE_SOC_SYS_CTRL" + tristate "Microchip PolarFire SoC (MPFS) system controller support" depends on POLARFIRE_SOC_MAILBOX depends on MTD help
The symbol's prompt should be a one-line description, instead of just duplicating the symbol name. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- drivers/soc/microchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)