Skip to content

Commit ee2515d

Browse files
chenhuacaiamalon
authored andcommitted
MIPS: Loongson64: Select ARCH_MIGHT_HAVE_PC_SERIO
Commit 7a407aa ("MIPS: Push ARCH_MIGHT_HAVE_PC_SERIO down to platform level") moves the global MIPS ARCH_MIGHT_HAVE_PC_SERIO select down to various platforms, but doesn't add it to Loongson64 platforms which need it, so add the selects to these platforms too. Fixes: 7a407aa ("MIPS: Push ARCH_MIGHT_HAVE_PC_SERIO down to platform level") Signed-off-by: Huacai Chen <chenhc@lemote.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/18704/ Signed-off-by: James Hogan <jhogan@kernel.org>
1 parent 6cfc70c commit ee2515d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/mips/loongson64/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ config LEMOTE_FULOONG2E
88
bool "Lemote Fuloong(2e) mini-PC"
99
select ARCH_SPARSEMEM_ENABLE
1010
select ARCH_MIGHT_HAVE_PC_PARPORT
11+
select ARCH_MIGHT_HAVE_PC_SERIO
1112
select CEVT_R4K
1213
select CSRC_R4K
1314
select SYS_HAS_CPU_LOONGSON2E
@@ -35,6 +36,7 @@ config LEMOTE_MACH2F
3536
bool "Lemote Loongson 2F family machines"
3637
select ARCH_SPARSEMEM_ENABLE
3738
select ARCH_MIGHT_HAVE_PC_PARPORT
39+
select ARCH_MIGHT_HAVE_PC_SERIO
3840
select BOARD_SCACHE
3941
select BOOT_ELF32
4042
select CEVT_R4K if ! MIPS_EXTERNAL_TIMER
@@ -65,6 +67,7 @@ config LOONGSON_MACH3X
6567
bool "Generic Loongson 3 family machines"
6668
select ARCH_SPARSEMEM_ENABLE
6769
select ARCH_MIGHT_HAVE_PC_PARPORT
70+
select ARCH_MIGHT_HAVE_PC_SERIO
6871
select GENERIC_ISA_DMA_SUPPORT_BROKEN
6972
select BOOT_ELF32
7073
select BOARD_SCACHE

0 commit comments

Comments
 (0)