Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757534Ab3ENSMj (ORCPT ); Tue, 14 May 2013 14:12:39 -0400 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:55609 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754757Ab3ENSMh (ORCPT ); Tue, 14 May 2013 14:12:37 -0400 Date: Tue, 14 May 2013 19:12:34 +0100 From: Ben Hutchings To: Jiri Slaby Cc: Richard Cochran , Jiri Slaby , linux-kernel@vger.kernel.org, Jeff Mahoney , netdev@vger.kernel.org Message-ID: <20130514181234.GH31561@decadent.org.uk> References: <1367936303-13386-1-git-send-email-jslaby@suse.cz> <1367936303-13386-15-git-send-email-jslaby@suse.cz> <20130507192938.GA3599@netboy> <51924819.3060907@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51924819.3060907@suse.cz> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ben@decadent.org.uk Subject: Re: [PATCH 15/15] ptp: PTP_1588_CLOCK_PCH depends on x86 X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on shadbolt.decadent.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1752 Lines: 43 On Tue, May 14, 2013 at 04:20:09PM +0200, Jiri Slaby wrote: > On 05/07/2013 09:29 PM, Richard Cochran wrote: > > On Tue, May 07, 2013 at 04:18:23PM +0200, Jiri Slaby wrote: > >> From: Jeff Mahoney > >> > >> The PCH EG20T is only compatible with Intel Atom processors so it > >> should depend on x86. > > > > This patch has been submitted before, > > > > https://patchwork.kernel.org/patch/2069071/ > > > > and at that time the reaction was that it is good to have drivers > > cross-compiled, if only for code quality reasons. > > Hmm, then it depends whether the kernel is for users or for developers. > I, as a user, do not really want to compile drivers with allmodconfig > which I have no way to load/use. > > And allmodconfig is basically what we, users (SUSE distributors in this > case) do. So having this driver being built makes our life harder (in > the meaning we have to have specific rules about disabling unwanted > drivers from configs). Wearing my Debian hat, I agree with this. Perhaps we could define a CONFIG_BUILD_TEST symbol for people who want to do that, and then make drivers for hardware that's only found in x86 systems (for example) depend on X86 || BUILD_TEST. Ben. > And, developers should have a testbed where they build 32bit configs. > And we actually have that for -next AFAIU. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. - Albert Camus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/