MIPS: Push ARCH_MIGHT_HAVE_PC_PARPORT down to platform level
"Linux Kernel Mailing List" <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/a211a0820d3c8e7a2d37697cf523e67bc6b40aec Commit: a211a0820d3c8e7a2d37697cf523e67bc6b40aec Parent: 91d9f8fcf7cc222f4bc7b5fc6496d137eadf8226 Refname: refs/heads/master Author: Ralf Baechle <[email protected]> AuthorDate: Mon Feb 5 15:37:43 2018 +0100 Committer: James Hogan <[email protected]> CommitDate: Tue Feb 6 15:48:06 2018 +0000 MIPS: Push ARCH_MIGHT_HAVE_PC_PARPORT down to platform level Maybe once upon a time the select of ARCH_MIGHT_HAVE_PC_PARPORT used to make sense. These days MIPS platforms long have done away with parallel ports and embedded systems probably never had one anyway so push the select down to the level of individual platforms. Signed-off-by: Ralf Baechle <[email protected]> Signed-off-by: James Hogan <[email protected]> --- arch/mips/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f83f51fc2f82..97afff54d9cf 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -7,7 +7,6 @@ config MIPS select ARCH_DISCARD_MEMBLOCK select ARCH_HAS_ELF_RANDOMIZE select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST - select ARCH_MIGHT_HAVE_PC_PARPORT select ARCH_MIGHT_HAVE_PC_SERIO select ARCH_SUPPORTS_UPROBES select ARCH_USE_BUILTIN_BSWAP @@ -341,6 +340,7 @@ config MACH_DECSTATION config MACH_JAZZ bool "Jazz family of machines" + select ARCH_MIGHT_HAVE_PC_PARPORT select FW_ARC select FW_ARC32 select ARCH_MAY_HAVE_PC_FDC @@ -474,6 +474,7 @@ config MACH_PISTACHIO config MIPS_MALTA bool "MIPS Malta board" select ARCH_MAY_HAVE_PC_FDC + select ARCH_MIGHT_HAVE_PC_PARPORT select BOOT_ELF32 select BOOT_RAW select BUILTIN_DTB @@ -821,6 +822,7 @@ config SNI_RM select FW_ARC32 if CPU_LITTLE_ENDIAN select FW_SNIPROM if CPU_BIG_ENDIAN select ARCH_MAY_HAVE_PC_FDC + select ARCH_MIGHT_HAVE_PC_PARPORT select BOOT_ELF32 select CEVT_R4K select CSRC_R4K -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html