m68knommu: fix non-mmu classic 68000 legacy timer tick selection
authorGreg Ungerer <gerg@linux-m68k.org>
Thu, 25 Aug 2022 04:36:44 +0000 (14:36 +1000)
committerGreg Ungerer <gerg@linux-m68k.org>
Mon, 26 Sep 2022 00:27:53 +0000 (10:27 +1000)
commit18011e50c497f04a57a8e00122906f04922b30b4
treec1cb6eb469794c8d13fb0c64b6d19f162081e6be
parent750321ace9107e103f254bf46900629ff347eb7b
m68knommu: fix non-mmu classic 68000 legacy timer tick selection

The family of classic 68000 parts supported when in non-mmu mode all
currently use the legacy timer support. Move the selection of that config
option, LEGACY_TIMER_TICK, into the core CPU configuration.

This fixes compilation if no specific CPU variant is selected, since
the LEGACY_TIMER_TICK option was only selected in the specific CPU
variant configurations.

Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/Kconfig.cpu