|
@@ -3,6 +3,7 @@ comment "Processor Type"
|
|
|
config M68000
|
|
|
bool
|
|
|
select CPU_HAS_NO_BITFIELDS
|
|
|
+ select CPU_HAS_NO_MULDIV64
|
|
|
select GENERIC_CSUM
|
|
|
help
|
|
|
The Freescale (was Motorola) 68000 CPU is the first generation of
|
|
@@ -24,6 +25,7 @@ config COLDFIRE
|
|
|
select GENERIC_GPIO
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
select CPU_HAS_NO_BITFIELDS
|
|
|
+ select CPU_HAS_NO_MULDIV64
|
|
|
select GENERIC_CSUM
|
|
|
help
|
|
|
The Freescale ColdFire family of processors is a modern derivitive
|