Skip to content

Commit

Permalink
MIPS: Push ARCH_MIGHT_HAVE_PC_PARPORT down to platform level
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ralf Baechle authored and James Hogan committed Feb 6, 2018
1 parent 91d9f8f commit a211a08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a211a08

Please sign in to comment.