Skip to content

Commit

Permalink
MIPS: Kconfig: Set default MIPS system type as generic
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matt Redfearn authored and James Hogan committed Nov 8, 2017
1 parent 84fbfc3 commit d41e685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions arch/mips/configs/ip22_defconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_SGI_IP22=y
CONFIG_ARC_CONSOLE=y
CONFIG_CPU_R5000=y
CONFIG_NO_HZ=y
Expand Down

0 comments on commit d41e685

Please sign in to comment.