summaryrefslogtreecommitdiff
path: root/drivers/sysreset/Kconfig
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2019-12-13 15:47:58 +0000
committerTom Rini <trini@konsulko.com>2019-12-13 13:01:53 -0500
commit875669da3bde6c76700eb74954d00d5df2fd337a (patch)
tree227af9c3ee6965792a7c7a71ef4e996acd57fb00 /drivers/sysreset/Kconfig
parent05767707a8bb9c869346149c873cfc2320493651 (diff)
sysreset_mpc83xx: fix mcp83xx -> mpc83xx typo
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Diffstat (limited to 'drivers/sysreset/Kconfig')
-rw-r--r--drivers/sysreset/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig
index 5e6293ae69b..f09e138bb8c 100644
--- a/drivers/sysreset/Kconfig
+++ b/drivers/sysreset/Kconfig
@@ -119,7 +119,7 @@ config SYSRESET_TPL_X86
help
Reboot support for generic x86 processor reset in TPL.
-config SYSRESET_MCP83XX
+config SYSRESET_MPC83XX
bool "Enable support MPC83xx SoC family reboot driver"
help
Reboot support for NXP MPC83xx SoCs.