commit | 38908f5701285d3a3c4d7353188de84457cc83ab | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 23 01:20:39 2023 +0100 |
committer | Angelo Dureghello <angelo@kernel-space.org> | Sat Apr 15 21:36:07 2023 +0200 |
tree | 8760ddcc27c1ac6704c9caf082bc93dabedb8178 | |
parent | 1923df75db2f0eb6fa3285f73f00772c6b233cbf [diff] |
arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR There is an existing CONFIG_MCFTMR Kconfig symbol, use it and drop all other instances of CFG_MCFTMR. This duality is likely a result of bogus conversion to Kconfig. Fixes: 7ff7b46e6ce ("m68k: rename CONFIG_MCFTMR to CFG_MCFTMR") Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>