From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from git.linux-mips.org (marvin.linux-mips.org [78.24.191.183]) by ozlabs.org (Postfix) with ESMTP id 5619A2C00AB for ; Tue, 8 Oct 2013 18:01:32 +1100 (EST) Received: from localhost.localdomain ([127.0.0.1]:37660 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6868752Ab3JHHB34zpMP (ORCPT ); Tue, 8 Oct 2013 09:01:29 +0200 Date: Tue, 8 Oct 2013 09:00:54 +0200 From: Ralf Baechle To: Mark Salter Subject: Re: [PATCH v2 14/14] Kconfig cleanup (PARPORT_PC dependencies) Message-ID: <20131008070054.GE1615@linux-mips.org> References: <1381209030-351-1-git-send-email-msalter@redhat.com> <1381209030-351-15-git-send-email-msalter@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1381209030-351-15-git-send-email-msalter@redhat.com> Cc: linux-mips@linux-mips.org, linux-m68k@vger.kernel.org, linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org, Paul Mackerras , "H. Peter Anvin" , sparclinux@vger.kernel.org, Guan Xuetao , Russell King , Helge Deller , x86@kernel.org, "James E.J. Bottomley" , Ingo Molnar , Geert Uytterhoeven , Fenghua Yu , microblaze-uclinux@itee.uq.edu.au, Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Richard Henderson , Michal Simek , Tony Luck , linux-parisc@vger.kernel.org, Vineet Gupta , linux-kernel@vger.kernel.org, Paul Mundt , linux-alpha@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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