diff options
author | Christophe Leroy | 2023-04-03 10:27:39 +0200 |
---|---|---|
committer | Christophe Leroy | 2023-04-05 19:46:18 +0200 |
commit | 21eaade449e6e50f8c41ee65953126e2a1e5d683 (patch) | |
tree | 09f5e18d4ecb73d0bf5918ad243e49b4d602d364 /arch/powerpc | |
parent | 9750a245cd4aca96ff01152929bf72004029545c (diff) |
watchdog: mpc8xx: Rename it mpc8xxx
mpc8xx, mpc83xx and mpc86xx have similar watchdog with almost same
memory registers.
Rename it mpc8xxx which is the generic name used for drivers supporting
several mpc families.
The driver will be made more generic in following patch.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index bee59c3bea4..f20d58b4de6 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -31,7 +31,7 @@ config MPC8xx select CREATE_ARCH_SYMLINK select BOARD_EARLY_INIT_F imply CMD_REGINFO - imply WDT_MPC8xx + imply WDT_MPC8xxx endchoice |