diff options
author | Huacai Chen <chenhc@lemote.com> | 2018-02-28 21:37:42 -0500 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-03-05 04:59:31 -0500 |
commit | ee2515d95f9a12e04a3863916ae45831438210ce (patch) | |
tree | af12a5dc5bc481e5971417c2081e27f0f2cd04cf | |
parent | 6cfc70c4321bde35cb132831cba4685821e65065 (diff) |
MIPS: Loongson64: Select ARCH_MIGHT_HAVE_PC_SERIO
Commit 7a407aa5e0d3 ("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: 7a407aa5e0d3 ("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>
-rw-r--r-- | arch/mips/loongson64/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/loongson64/Kconfig b/arch/mips/loongson64/Kconfig index 12812a8b640c..72af0c183969 100644 --- a/arch/mips/loongson64/Kconfig +++ b/arch/mips/loongson64/Kconfig | |||
@@ -8,6 +8,7 @@ config LEMOTE_FULOONG2E | |||
8 | bool "Lemote Fuloong(2e) mini-PC" | 8 | bool "Lemote Fuloong(2e) mini-PC" |
9 | select ARCH_SPARSEMEM_ENABLE | 9 | select ARCH_SPARSEMEM_ENABLE |
10 | select ARCH_MIGHT_HAVE_PC_PARPORT | 10 | select ARCH_MIGHT_HAVE_PC_PARPORT |
11 | select ARCH_MIGHT_HAVE_PC_SERIO | ||
11 | select CEVT_R4K | 12 | select CEVT_R4K |
12 | select CSRC_R4K | 13 | select CSRC_R4K |
13 | select SYS_HAS_CPU_LOONGSON2E | 14 | select SYS_HAS_CPU_LOONGSON2E |
@@ -35,6 +36,7 @@ config LEMOTE_MACH2F | |||
35 | bool "Lemote Loongson 2F family machines" | 36 | bool "Lemote Loongson 2F family machines" |
36 | select ARCH_SPARSEMEM_ENABLE | 37 | select ARCH_SPARSEMEM_ENABLE |
37 | select ARCH_MIGHT_HAVE_PC_PARPORT | 38 | select ARCH_MIGHT_HAVE_PC_PARPORT |
39 | select ARCH_MIGHT_HAVE_PC_SERIO | ||
38 | select BOARD_SCACHE | 40 | select BOARD_SCACHE |
39 | select BOOT_ELF32 | 41 | select BOOT_ELF32 |
40 | select CEVT_R4K if ! MIPS_EXTERNAL_TIMER | 42 | select CEVT_R4K if ! MIPS_EXTERNAL_TIMER |
@@ -65,6 +67,7 @@ config LOONGSON_MACH3X | |||
65 | bool "Generic Loongson 3 family machines" | 67 | bool "Generic Loongson 3 family machines" |
66 | select ARCH_SPARSEMEM_ENABLE | 68 | select ARCH_SPARSEMEM_ENABLE |
67 | select ARCH_MIGHT_HAVE_PC_PARPORT | 69 | select ARCH_MIGHT_HAVE_PC_PARPORT |
70 | select ARCH_MIGHT_HAVE_PC_SERIO | ||
68 | select GENERIC_ISA_DMA_SUPPORT_BROKEN | 71 | select GENERIC_ISA_DMA_SUPPORT_BROKEN |
69 | select BOOT_ELF32 | 72 | select BOOT_ELF32 |
70 | select BOARD_SCACHE | 73 | select BOARD_SCACHE |