• Mark Salter's avatar
    Kconfig cleanup (PARPORT_PC dependencies) · d90c3eb3
    Mark Salter authored
    Remove messy dependencies from PARPORT_PC by having it depend on one
    Kconfig symbol (ARCH_MIGHT_HAVE_PC_PARPORT) and having architectures
    which need it, select ARCH_MIGHT_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_MIGHT_HAVE_PC_PARPORT in this
    patch are the ones which have an asm/parport.h (or use the generic
    version).
    Signed-off-by: default avatarMark Salter <msalter@redhat.com>
    Acked-by: default avatarIngo Molnar <mingo@redhat.com>
    CC: Richard Henderson <rth@twiddle.net>
    CC: linux-alpha@vger.kernel.org
    CC: Vineet Gupta <vgupta@synopsys.com>
    CC: Russell King <linux@arm.linux.org.uk>
    CC: linux-arm-kernel@lists.infradead.org
    CC: Tony Luck <tony.luck@intel.com>
    CC: Fenghua Yu <fenghua.yu@intel.com>
    CC: linux-ia64@vger.kernel.org
    CC: Geert Uytterhoeven <geert@linux-m68k.org>
    CC: linux-m68k@lists.linux-m68k.org
    CC: Michal Simek <monstr@monstr.eu>
    CC: microblaze-uclinux@itee.uq.edu.au
    CC: Ralf Baechle <ralf@linux-mips.org>
    CC: linux-mips@linux-mips.org
    CC: "James E.J. Bottomley" <jejb@parisc-linux.org>
    CC: Helge Deller <deller@gmx.de>
    CC: linux-parisc@vger.kernel.org
    CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    CC: Paul Mackerras <paulus@samba.org>
    CC: linuxppc-dev@lists.ozlabs.org
    CC: Paul Mundt <lethal@linux-sh.org>
    CC: linux-sh@vger.kernel.org
    CC: "David S. Miller" <davem@davemloft.net>
    CC: sparclinux@vger.kernel.org
    CC: Guan Xuetao <gxt@mprc.pku.edu.cn>
    CC: Thomas Gleixner <tglx@linutronix.de>
    CC: "H. Peter Anvin" <hpa@zytor.com>
    CC: x86@kernel.org
    d90c3eb3
Kconfig 5.44 KB