Skip to content

Commit 6cfc70c

Browse files
chenhuacaiamalon
authored andcommitted
MIPS: Loongson64: Select ARCH_MIGHT_HAVE_PC_PARPORT
Commit a211a08 ("MIPS: Push ARCH_MIGHT_HAVE_PC_PARPORT down to platform level") moves the global MIPS ARCH_MIGHT_HAVE_PC_PARPORT 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: a211a08 ("MIPS: Push ARCH_MIGHT_HAVE_PC_PARPORT 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/18703/ Signed-off-by: James Hogan <jhogan@kernel.org>
1 parent fde9fc7 commit 6cfc70c

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
@@ -7,6 +7,7 @@ choice
77
config LEMOTE_FULOONG2E
88
bool "Lemote Fuloong(2e) mini-PC"
99
select ARCH_SPARSEMEM_ENABLE
10+
select ARCH_MIGHT_HAVE_PC_PARPORT
1011
select CEVT_R4K
1112
select CSRC_R4K
1213
select SYS_HAS_CPU_LOONGSON2E
@@ -33,6 +34,7 @@ config LEMOTE_FULOONG2E
3334
config LEMOTE_MACH2F
3435
bool "Lemote Loongson 2F family machines"
3536
select ARCH_SPARSEMEM_ENABLE
37+
select ARCH_MIGHT_HAVE_PC_PARPORT
3638
select BOARD_SCACHE
3739
select BOOT_ELF32
3840
select CEVT_R4K if ! MIPS_EXTERNAL_TIMER
@@ -62,6 +64,7 @@ config LEMOTE_MACH2F
6264
config LOONGSON_MACH3X
6365
bool "Generic Loongson 3 family machines"
6466
select ARCH_SPARSEMEM_ENABLE
67+
select ARCH_MIGHT_HAVE_PC_PARPORT
6568
select GENERIC_ISA_DMA_SUPPORT_BROKEN
6669
select BOOT_ELF32
6770
select BOARD_SCACHE

0 commit comments

Comments
 (0)