diff --git a/debian/changelog b/debian/changelog index ff0feeb16..192bcc569 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,9 @@ linux (3.9.4-1) UNRELEASED; urgency=low - [powerpc/powerpc64] Replace ibmvscsic with ibmvscsi in scsi-modules - [ppc64] Use symlinks to follow powerpc/powerpc64 configuration + [ Aurelien Jarno ] + * [mips] Enable KEXEC. + -- Ben Hutchings Sun, 19 May 2013 00:26:48 +0100 linux (3.8.13-1) unstable; urgency=low diff --git a/debian/config/mips/config b/debian/config/mips/config index 63f3c1bf1..e8ef129ae 100644 --- a/debian/config/mips/config +++ b/debian/config/mips/config @@ -5,4 +5,5 @@ CONFIG_CPU_BIG_ENDIAN=y # CONFIG_CPU_LITTLE_ENDIAN is not set ## end choice +CONFIG_KEXEC=y # CONFIG_RAPIDIO is not set diff --git a/debian/config/mips/config.4kc-malta b/debian/config/mips/config.4kc-malta index a6bd648cb..eb9321764 100644 --- a/debian/config/mips/config.4kc-malta +++ b/debian/config/mips/config.4kc-malta @@ -75,7 +75,6 @@ CONFIG_HZ_250=y # CONFIG_HZ_1000 is not set # CONFIG_HZ_1024 is not set ## end choice -# CONFIG_KEXEC is not set CONFIG_PCI=y ## diff --git a/debian/config/mips/config.5kc-malta b/debian/config/mips/config.5kc-malta index d344716a8..f9f6eecb4 100644 --- a/debian/config/mips/config.5kc-malta +++ b/debian/config/mips/config.5kc-malta @@ -75,7 +75,6 @@ CONFIG_HZ_250=y # CONFIG_HZ_1000 is not set # CONFIG_HZ_1024 is not set ## end choice -# CONFIG_KEXEC is not set CONFIG_PCI=y CONFIG_MIPS32_COMPAT=y CONFIG_MIPS32_O32=y