The configuration setting for 68k kexec support limits it to only the classic 68k CPU types (so no ColdFire). However the underlying support can handle any 68k CPU that is MMU enabled - and that includes ColdFire. (Of course that support is only as good as mentioned in the current configuration help). None of the no-MMU CPU types (classic or ColdFire) have support for kexec yet, so the configuration as it stands is not quite right, and it will fail to compile on them. Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxxxxx> --- arch/m68k/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index b06faf6c0b27..fa6e69ec0b38 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -87,7 +87,7 @@ config MMU_SUN3 config KEXEC bool "kexec system call" - depends on M68KCLASSIC + depends on MMU select KEXEC_CORE help kexec is a system call that implements the ability to shutdown your -- 2.25.1