Kconfig.cpu (597473720f4dc69749542bfcfed4a927a43d935e) | Kconfig.cpu (bbd7ffdbef6888459f301c5889f3b14ada38b913) |
---|---|
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 --- 14 unchanged lines hidden (view full) --- 23 24config COLDFIRE 25 bool "Coldfire CPU family support" 26 select ARCH_HAVE_CUSTOM_GPIO_H 27 select CPU_HAS_NO_BITFIELDS 28 select CPU_HAS_NO_MULDIV64 29 select GENERIC_CSUM 30 select GPIOLIB | 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 --- 14 unchanged lines hidden (view full) --- 23 24config COLDFIRE 25 bool "Coldfire CPU family support" 26 select ARCH_HAVE_CUSTOM_GPIO_H 27 select CPU_HAS_NO_BITFIELDS 28 select CPU_HAS_NO_MULDIV64 29 select GENERIC_CSUM 30 select GPIOLIB |
31 select HAVE_CLK | 31 select HAVE_LEGACY_CLK |
32 33endchoice 34 35if M68KCLASSIC 36 37config M68000 38 bool "MC68000" 39 depends on !MMU --- 469 unchanged lines hidden --- | 32 33endchoice 34 35if M68KCLASSIC 36 37config M68000 38 bool "MC68000" 39 depends on !MMU --- 469 unchanged lines hidden --- |