Clean up kconfig using kconfigeditor2

This commit is contained in:
Ben Hutchings 2016-05-23 11:51:57 +01:00
parent e42a61b7e0
commit 87a8b51596
3 changed files with 7 additions and 4 deletions

View File

@ -5,3 +5,4 @@
# CONFIG_CPU_MIPS32_R1 is not set
CONFIG_CPU_MIPS32_R2=y
## end choice

View File

@ -5,3 +5,4 @@
# CONFIG_CPU_MIPS64_R1 is not set
CONFIG_CPU_MIPS64_R2=y
## end choice

View File

@ -1,11 +1,12 @@
##
## file: arch/mips/Kconfig
##
## choice: CPU type
# CONFIG_CPU_MIPS64_R1 is not set
CONFIG_CPU_MIPS64_R2=y
## end choice
## choice: Endianness selection
# CONFIG_CPU_BIG_ENDIAN is not set
CONFIG_CPU_LITTLE_ENDIAN=y
## end choice
## choice: CPU type
# CONFIG_CPU_MIPS64_R1 is not set
CONFIG_CPU_MIPS64_R2=y
## end choice