projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6613476
)
soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Mon, 22 Jan 2024 15:04:14 +0000
(16:04 +0100)
committer
Conor Dooley
<conor.dooley@microchip.com>
Mon, 22 Jan 2024 16:39:40 +0000
(16:39 +0000)
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>
drivers/soc/microchip/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/soc/microchip/Kconfig
b/drivers/soc/microchip/Kconfig
index 9b0fdd95276e4e017d32012d1f2de3107556e242..19f4b576f822b2e57309308f5294914af27df570 100644
(file)
--- 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