linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/14] Kconfig cleanup (PARPORT_PC dependencies)
@ 2013-10-08  5:10 Mark Salter
  2013-10-08  5:10 ` [PATCH v2 01/14] alpha: select ARCH_MAY_HAVE_PC_PARPORT Mark Salter
                   ` (13 more replies)
  0 siblings, 14 replies; 18+ messages in thread
From: Mark Salter @ 2013-10-08  5:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: Mark Salter, Richard Henderson, Vineet Gupta, Russell King,
	Tony Luck, Fenghua Yu, Geert Uytterhoeven, Michal Simek,
	Ralf Baechle, James E.J. Bottomley, Helge Deller,
	Benjamin Herrenschmidt

This patch series removes the messy dependencies from PARPORT_PC
by having it depend on one symbol (ARCH_MAY_HAVE_PC_PARPORT) and
having architectures which need it, select ARCH_MAY_HAVE_PC_PARPORT
in arch/*/Kconfig.

New architectures are unlikely to need PARPORT_PC, so this avoids
having an ever growing list of architectures to exclude. Those
architectures which do select ARCH_MAY_HAVE_PC_PARPORT in this
patch are the ones which have an asm/parport.h (or use the generic
version).

V1 or this patch can be found here:

  http://www.spinics.net/lists/linux-arch/msg23167.html

V2 changes:

  * Use select instead of adding config option to arch/*/Kconfig
  * Split into multiple patches for individual architectures
  * Dropped tile architecture

Mark Salter (14):
  alpha: select ARCH_MAY_HAVE_PC_PARPORT
  arc: select ARCH_MAY_HAVE_PC_PARPORT
  arm: select ARCH_MAY_HAVE_PC_PARPORT
  ia64: select ARCH_MAY_HAVE_PC_PARPORT
  m68k: select ARCH_MAY_HAVE_PC_PARPORT
  microblaze: select ARCH_MAY_HAVE_PC_PARPORT
  mips: select ARCH_MAY_HAVE_PC_PARPORT
  parisc: select ARCH_MAY_HAVE_PC_PARPORT
  powerpc: select ARCH_MAY_HAVE_PC_PARPORT
  sh: select ARCH_MAY_HAVE_PC_PARPORT
  sparc: select ARCH_MAY_HAVE_PC_PARPORT
  unicore32: select ARCH_MAY_HAVE_PC_PARPORT
  x86: select ARCH_MAY_HAVE_PC_PARPORT
  Kconfig cleanup (PARPORT_PC dependencies)

 arch/alpha/Kconfig      |  1 +
 arch/arc/Kconfig        |  1 +
 arch/arm/Kconfig        |  1 +
 arch/ia64/Kconfig       |  1 +
 arch/m68k/Kconfig       |  1 +
 arch/microblaze/Kconfig |  1 +
 arch/mips/Kconfig       |  1 +
 arch/parisc/Kconfig     |  1 +
 arch/powerpc/Kconfig    |  1 +
 arch/sh/Kconfig         |  1 +
 arch/sparc/Kconfig      |  1 +
 arch/unicore32/Kconfig  |  1 +
 arch/x86/Kconfig        |  1 +
 drivers/parport/Kconfig | 10 +++++++---
 14 files changed, 20 insertions(+), 3 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-10-08  7:02 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08  5:10 [PATCH v2 00/14] Kconfig cleanup (PARPORT_PC dependencies) Mark Salter
2013-10-08  5:10 ` [PATCH v2 01/14] alpha: select ARCH_MAY_HAVE_PC_PARPORT Mark Salter
2013-10-08  5:10 ` [PATCH v2 02/14] arc: " Mark Salter
2013-10-08  5:44   ` Vineet Gupta
2013-10-08  5:10 ` [PATCH v2 03/14] arm: " Mark Salter
2013-10-08  5:10 ` [PATCH v2 04/14] ia64: " Mark Salter
2013-10-08  5:10 ` [PATCH v2 05/14] m68k: " Mark Salter
2013-10-08  5:10 ` [PATCH v2 06/14] microblaze: " Mark Salter
2013-10-08  5:10 ` [PATCH v2 07/14] mips: " Mark Salter
2013-10-08  7:02   ` Ralf Baechle
2013-10-08  5:10 ` [PATCH v2 08/14] parisc: " Mark Salter
2013-10-08  5:10 ` [PATCH v2 09/14] powerpc: " Mark Salter
2013-10-08  5:10 ` [PATCH v2 10/14] sh: " Mark Salter
2013-10-08  5:10 ` [PATCH v2 11/14] sparc: " Mark Salter
2013-10-08  5:10 ` [PATCH v2 12/14] unicore32: " Mark Salter
2013-10-08  5:10 ` [PATCH v2 13/14] x86: " Mark Salter
2013-10-08  5:43   ` Ingo Molnar
     [not found] ` <1381209030-351-15-git-send-email-msalter@redhat.com>
2013-10-08  7:00   ` [PATCH v2 14/14] Kconfig cleanup (PARPORT_PC dependencies) Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).