summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2024-01-22 18:04:14 +0300
committerSasha Levin <sashal@kernel.org>2024-03-27 01:20:25 +0300
commit6d6aa6c0bfd653890372360c52f0ca8a566c8b3d (patch)
treeea16a2e40ba38e3fc4ec6dfd4e057a98e3ea8e23 /drivers/soc
parent0e5b11ff7354021b77c1d4f8b5976c2f491d11c8 (diff)
downloadlinux-6d6aa6c0bfd653890372360c52f0ca8a566c8b3d.tar.xz
soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt
[ Upstream commit 6dd9a236042e305d7b69ee92db7347bf5943e7d3 ] 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> Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/microchip/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/microchip/Kconfig b/drivers/soc/microchip/Kconfig
index eb656b33156b..f19e74d342aa 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
help
This driver adds support for the PolarFire SoC (MPFS) system controller.