Move CONFIG_KEXEC=y from mips/config to kernelarch-mips/config

This just explicitly sets the default (except for some flavours
where it is forced off) so it does not change anything for mipsel.

svn path=/dists/trunk/linux/; revision=21373
This commit is contained in:
Ben Hutchings 2014-06-02 03:27:15 +00:00
parent 237ce42cac
commit e729f75329
2 changed files with 5 additions and 5 deletions

View File

@ -5,6 +5,11 @@ CONFIG_KEXEC=y
CONFIG_SECCOMP=y
# CONFIG_RAPIDIO is not set
##
## file: arch/mips/Kconfig.debug
##
CONFIG_EARLY_PRINTK=y
##
## file: drivers/net/ethernet/sun/Kconfig
##

View File

@ -5,8 +5,3 @@
CONFIG_CPU_BIG_ENDIAN=y
# CONFIG_CPU_LITTLE_ENDIAN is not set
## end choice
##
## file: arch/mips/Kconfig.debug
##
CONFIG_EARLY_PRINTK=y