Kconfig.cpu (09323308f63708d60aea9d5b9552ce759ef278dc) Kconfig.cpu (0774a6ed294b963dc76df2d8342ab86d030759ec)
1# SPDX-License-Identifier: GPL-2.0
2comment "Processor Type"
3
4choice
5 prompt "CPU family support"
6 default M68KCLASSIC if MMU
7 default COLDFIRE if !MMU
8 help

--- 304 unchanged lines hidden (view full) ---

313 bool
314
315config M54xx
316 select HAVE_PCI
317 bool
318
319config COLDFIRE_PIT_TIMER
320 bool
1# SPDX-License-Identifier: GPL-2.0
2comment "Processor Type"
3
4choice
5 prompt "CPU family support"
6 default M68KCLASSIC if MMU
7 default COLDFIRE if !MMU
8 help

--- 304 unchanged lines hidden (view full) ---

313 bool
314
315config M54xx
316 select HAVE_PCI
317 bool
318
319config COLDFIRE_PIT_TIMER
320 bool
321 select GENERIC_CLOCKEVENTS
322
323config COLDFIRE_TIMERS
324 bool
325 select LEGACY_TIMER_TICK
326
327config COLDFIRE_SLTIMERS
328 bool
329 select LEGACY_TIMER_TICK

--- 205 unchanged lines hidden ---
321
322config COLDFIRE_TIMERS
323 bool
324 select LEGACY_TIMER_TICK
325
326config COLDFIRE_SLTIMERS
327 bool
328 select LEGACY_TIMER_TICK

--- 205 unchanged lines hidden ---