From: Greg Ungerer <gerg@xxxxxxxxxxx> We want to reuse as much of the exitsing ColdFire code as we can for running it with the MMU enabled. So we need to disable CONFIG_GENERIC_IOMAP and CONFIG_ARCH_USES_GETTIMEOFFSET for the case where we are building for ColdFire CPU with MMU enabled. Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxx> --- arch/m68k/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 663d1f4..5e7145f 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -36,14 +36,14 @@ config GENERIC_CALIBRATE_DELAY default y config GENERIC_IOMAP - def_bool MMU + def_bool MMU && !COLDFIRE config TIME_LOW_RES bool default y config ARCH_USES_GETTIMEOFFSET - def_bool MMU + def_bool MMU && !COLDFIRE config NO_IOPORT def_bool y -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html