From mboxrd@z Thu Jan 1 00:00:00 1970 From: ralf@linux-mips.org (Ralf Baechle) Date: Tue, 8 Oct 2013 09:00:54 +0200 Subject: [PATCH v2 14/14] Kconfig cleanup (PARPORT_PC dependencies) In-Reply-To: <1381209030-351-15-git-send-email-msalter@redhat.com> References: <1381209030-351-1-git-send-email-msalter@redhat.com> <1381209030-351-15-git-send-email-msalter@redhat.com> Message-ID: <20131008070054.GE1615@linux-mips.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 08, 2013 at 01:10:30AM -0400, Mark Salter wrote: > Remove messy dependencies from PARPORT_PC by having it depend on one > Kconfig 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). Acked-by: Ralf Baechle Ralf