Skip to content

Commit d41e685

Browse files
mpredfearnamalon
authored andcommitted
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 <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: David Howells <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/14714/ Signed-off-by: James Hogan <[email protected]>
1 parent 84fbfc3 commit d41e685

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

arch/mips/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ menu "Machine selection"
7777

7878
choice
7979
prompt "System type"
80-
default SGI_IP22
80+
default MIPS_GENERIC
8181

8282
config MIPS_GENERIC
8383
bool "Generic board-agnostic MIPS kernel"

arch/mips/configs/ip22_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_SGI_IP22=y
12
CONFIG_ARC_CONSOLE=y
23
CONFIG_CPU_R5000=y
34
CONFIG_NO_HZ=y

0 commit comments

Comments
 (0)