summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorMatt Redfearn2016-12-14 16:09:42 +0100
committerJames Hogan2017-11-08 23:23:45 +0100
commitd41e6858ba58c039fe84a4f341c1088c475b2537 (patch)
treedf392efec2d06070246f274a44c7630503b66403 /arch/mips/Kconfig
parentMIPS: DTS: Remove num-slots from Pistachio SoC (diff)
downloadkernel-qcow2-linux-d41e6858ba58c039fe84a4f341c1088c475b2537.tar.gz
kernel-qcow2-linux-d41e6858ba58c039fe84a4f341c1088c475b2537.tar.xz
kernel-qcow2-linux-d41e6858ba58c039fe84a4f341c1088c475b2537.zip
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>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 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"
choice
prompt "System type"
- default SGI_IP22
+ default MIPS_GENERIC
config MIPS_GENERIC
bool "Generic board-agnostic MIPS kernel"