Skip to content

Commit a211a08

Browse files
ralfbaechleamalon
authored andcommitted
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 <ralf@linux-mips.org> Signed-off-by: James Hogan <jhogan@kernel.org>
1 parent 91d9f8f commit a211a08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/mips/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ config MIPS
77
select ARCH_DISCARD_MEMBLOCK
88
select ARCH_HAS_ELF_RANDOMIZE
99
select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
10-
select ARCH_MIGHT_HAVE_PC_PARPORT
1110
select ARCH_MIGHT_HAVE_PC_SERIO
1211
select ARCH_SUPPORTS_UPROBES
1312
select ARCH_USE_BUILTIN_BSWAP
@@ -341,6 +340,7 @@ config MACH_DECSTATION
341340

342341
config MACH_JAZZ
343342
bool "Jazz family of machines"
343+
select ARCH_MIGHT_HAVE_PC_PARPORT
344344
select FW_ARC
345345
select FW_ARC32
346346
select ARCH_MAY_HAVE_PC_FDC
@@ -474,6 +474,7 @@ config MACH_PISTACHIO
474474
config MIPS_MALTA
475475
bool "MIPS Malta board"
476476
select ARCH_MAY_HAVE_PC_FDC
477+
select ARCH_MIGHT_HAVE_PC_PARPORT
477478
select BOOT_ELF32
478479
select BOOT_RAW
479480
select BUILTIN_DTB
@@ -821,6 +822,7 @@ config SNI_RM
821822
select FW_ARC32 if CPU_LITTLE_ENDIAN
822823
select FW_SNIPROM if CPU_BIG_ENDIAN
823824
select ARCH_MAY_HAVE_PC_FDC
825+
select ARCH_MIGHT_HAVE_PC_PARPORT
824826
select BOOT_ELF32
825827
select CEVT_R4K
826828
select CSRC_R4K

0 commit comments

Comments
 (0)