]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6221d563eb8a2b13cccc531d0a64ac5b9165bbb8
treec1cb6eb469794c8d13fb0c64b6d19f162081e6be
parentc1eacf0ce04e6982e6beef123e2285fb6a196c31
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