diff options
author | Angelo Dureghello <angelo@kernel-space.org> | 2023-02-25 23:25:26 +0100 |
---|---|---|
committer | Angelo Dureghello <angelo@kernel-space.org> | 2023-03-15 01:41:57 +0100 |
commit | 7ff7b46e6ce44b2ee09647a928ce1021c3c8a66e (patch) | |
tree | ae549d05e63968da500aaed843f1f13aa635c5e5 /arch/m68k/cpu/mcf523x/interrupts.c | |
parent | 12f5489297bc3b58bd9cc870da4331775263398c (diff) |
m68k: rename CONFIG_MCFTMR to CFG_MCFTMR
This is not a Kconfig option so changing to _CFG.
Signed-off-by: Angelo Durgehello <angelo@kernel-space.org>
Diffstat (limited to 'arch/m68k/cpu/mcf523x/interrupts.c')
-rw-r--r-- | arch/m68k/cpu/mcf523x/interrupts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/cpu/mcf523x/interrupts.c b/arch/m68k/cpu/mcf523x/interrupts.c index 331288e0060..b02ea29f635 100644 --- a/arch/m68k/cpu/mcf523x/interrupts.c +++ b/arch/m68k/cpu/mcf523x/interrupts.c @@ -22,7 +22,7 @@ int interrupt_init(void) return 0; } -#if defined(CONFIG_MCFTMR) +#if defined(CFG_MCFTMR) void dtimer_intr_setup(void) { int0_t *intp = (int0_t *) (CFG_SYS_INTR_BASE); |