aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Redfearn <matt.redfearn@imgtec.com>2016-12-14 10:09:42 -0500
committerJames Hogan <jhogan@kernel.org>2017-11-08 17:23:45 -0500
commitd41e6858ba58c039fe84a4f341c1088c475b2537 (patch)
treedf392efec2d06070246f274a44c7630503b66403
parent84fbfc33eaad549dd7fa513ad764d9bfe1cbf507 (diff)
MIPS: Kconfig: Set default MIPS system type as generic
The generic MIPS system type allows building a board agnostic kernel and should be the default starting point for users, so set it as the default system type in Kconfig. Since ip22 is no longer the default, update ip22_defconfig to select CONFIG_SGI_IP22. Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: David Howells <dhowells@redhat.com> Cc: Borislav Petkov <bp@suse.de> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/14714/ Signed-off-by: James Hogan <jhogan@kernel.org>
-rw-r--r--arch/mips/Kconfig2
-rw-r--r--arch/mips/configs/ip22_defconfig1
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c715b3acf052..6d831146cc47 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -77,7 +77,7 @@ menu "Machine selection"
77 77
78choice 78choice
79 prompt "System type" 79 prompt "System type"
80 default SGI_IP22 80 default MIPS_GENERIC
81 81
82config MIPS_GENERIC 82config MIPS_GENERIC
83 bool "Generic board-agnostic MIPS kernel" 83 bool "Generic board-agnostic MIPS kernel"
diff --git a/arch/mips/configs/ip22_defconfig b/arch/mips/configs/ip22_defconfig
index 83e8fe2064aa..7ddfb4ef9479 100644
--- a/arch/mips/configs/ip22_defconfig
+++ b/arch/mips/configs/ip22_defconfig
@@ -1,3 +1,4 @@
1CONFIG_SGI_IP22=y
1CONFIG_ARC_CONSOLE=y 2CONFIG_ARC_CONSOLE=y
2CONFIG_CPU_R5000=y 3CONFIG_CPU_R5000=y
3CONFIG_NO_HZ=y 4CONFIG_NO_HZ=y