Skip to content

Commit 18011e5

Browse files
author
Greg Ungerer
committed
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 <[email protected]> Signed-off-by: Greg Ungerer <[email protected]>
1 parent 750321a commit 18011e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/m68k/Kconfig.cpu

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ config M68000
4646
select GENERIC_CSUM
4747
select CPU_NO_EFFICIENT_FFS
4848
select HAVE_ARCH_HASH
49+
select LEGACY_TIMER_TICK
4950
help
5051
The Freescale (was Motorola) 68000 CPU is the first generation of
5152
the well known M68K family of processors. The CPU core as well as
@@ -97,23 +98,20 @@ config M68060
9798
config M68328
9899
bool
99100
depends on !MMU
100-
select LEGACY_TIMER_TICK
101101
select M68000
102102
help
103103
Motorola 68328 processor support.
104104

105105
config M68EZ328
106106
bool
107107
depends on !MMU
108-
select LEGACY_TIMER_TICK
109108
select M68000
110109
help
111110
Motorola 68EX328 processor support.
112111

113112
config M68VZ328
114113
bool
115114
depends on !MMU
116-
select LEGACY_TIMER_TICK
117115
select M68000
118116
help
119117
Motorola 68VZ328 processor support.

0 commit comments

Comments
 (0)