diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2018-02-05 10:40:00 -0500 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-02-06 10:50:00 -0500 |
commit | 7a407aa5e0d3e587ba1fb8e1f7e4c1a3b558312e (patch) | |
tree | 4835ea411dbd36d12d84d7c6f45535a662cacf79 | |
parent | a211a0820d3c8e7a2d37697cf523e67bc6b40aec (diff) |
MIPS: Push ARCH_MIGHT_HAVE_PC_SERIO down to platform level
Maybe once upon a time the select of ARCH_MIGHT_HAVE_PC_SERIO used to
make sense. These days MIPS platforms long have done away with i8042 or
PS/2 style keyboard and mouse ports and embedded systems probably never
had them anyway so push the select down to the level of individual
platforms.
Fixes: f2d0b0d5c171 ("MIPS: ranchu: Add Ranchu as a new generic-based board")
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: James Hogan <jhogan@kernel.org>
-rw-r--r-- | arch/mips/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 97afff54d9cf..ac0f5bb10f0b 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -7,7 +7,6 @@ config MIPS | |||
7 | select ARCH_DISCARD_MEMBLOCK | 7 | select ARCH_DISCARD_MEMBLOCK |
8 | select ARCH_HAS_ELF_RANDOMIZE | 8 | select ARCH_HAS_ELF_RANDOMIZE |
9 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST | 9 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST |
10 | select ARCH_MIGHT_HAVE_PC_SERIO | ||
11 | select ARCH_SUPPORTS_UPROBES | 10 | select ARCH_SUPPORTS_UPROBES |
12 | select ARCH_USE_BUILTIN_BSWAP | 11 | select ARCH_USE_BUILTIN_BSWAP |
13 | select ARCH_USE_CMPXCHG_LOCKREF if 64BIT | 12 | select ARCH_USE_CMPXCHG_LOCKREF if 64BIT |
@@ -341,6 +340,7 @@ config MACH_DECSTATION | |||
341 | config MACH_JAZZ | 340 | config MACH_JAZZ |
342 | bool "Jazz family of machines" | 341 | bool "Jazz family of machines" |
343 | select ARCH_MIGHT_HAVE_PC_PARPORT | 342 | select ARCH_MIGHT_HAVE_PC_PARPORT |
343 | select ARCH_MIGHT_HAVE_PC_SERIO | ||
344 | select FW_ARC | 344 | select FW_ARC |
345 | select FW_ARC32 | 345 | select FW_ARC32 |
346 | select ARCH_MAY_HAVE_PC_FDC | 346 | select ARCH_MAY_HAVE_PC_FDC |
@@ -475,6 +475,7 @@ config MIPS_MALTA | |||
475 | bool "MIPS Malta board" | 475 | bool "MIPS Malta board" |
476 | select ARCH_MAY_HAVE_PC_FDC | 476 | select ARCH_MAY_HAVE_PC_FDC |
477 | select ARCH_MIGHT_HAVE_PC_PARPORT | 477 | select ARCH_MIGHT_HAVE_PC_PARPORT |
478 | select ARCH_MIGHT_HAVE_PC_SERIO | ||
478 | select BOOT_ELF32 | 479 | select BOOT_ELF32 |
479 | select BOOT_RAW | 480 | select BOOT_RAW |
480 | select BUILTIN_DTB | 481 | select BUILTIN_DTB |
@@ -611,6 +612,7 @@ config SGI_IP22 | |||
611 | bool "SGI IP22 (Indy/Indigo2)" | 612 | bool "SGI IP22 (Indy/Indigo2)" |
612 | select FW_ARC | 613 | select FW_ARC |
613 | select FW_ARC32 | 614 | select FW_ARC32 |
615 | select ARCH_MIGHT_HAVE_PC_SERIO | ||
614 | select BOOT_ELF32 | 616 | select BOOT_ELF32 |
615 | select CEVT_R4K | 617 | select CEVT_R4K |
616 | select CSRC_R4K | 618 | select CSRC_R4K |
@@ -673,6 +675,7 @@ config SGI_IP28 | |||
673 | bool "SGI IP28 (Indigo2 R10k)" | 675 | bool "SGI IP28 (Indigo2 R10k)" |
674 | select FW_ARC | 676 | select FW_ARC |
675 | select FW_ARC64 | 677 | select FW_ARC64 |
678 | select ARCH_MIGHT_HAVE_PC_SERIO | ||
676 | select BOOT_ELF64 | 679 | select BOOT_ELF64 |
677 | select CEVT_R4K | 680 | select CEVT_R4K |
678 | select CSRC_R4K | 681 | select CSRC_R4K |
@@ -823,6 +826,7 @@ config SNI_RM | |||
823 | select FW_SNIPROM if CPU_BIG_ENDIAN | 826 | select FW_SNIPROM if CPU_BIG_ENDIAN |
824 | select ARCH_MAY_HAVE_PC_FDC | 827 | select ARCH_MAY_HAVE_PC_FDC |
825 | select ARCH_MIGHT_HAVE_PC_PARPORT | 828 | select ARCH_MIGHT_HAVE_PC_PARPORT |
829 | select ARCH_MIGHT_HAVE_PC_SERIO | ||
826 | select BOOT_ELF32 | 830 | select BOOT_ELF32 |
827 | select CEVT_R4K | 831 | select CEVT_R4K |
828 | select CSRC_R4K | 832 | select CSRC_R4K |