Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934947AbcLUMWR (ORCPT ); Wed, 21 Dec 2016 07:22:17 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:47192 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932753AbcLUMWO (ORCPT ); Wed, 21 Dec 2016 07:22:14 -0500 Date: Wed, 21 Dec 2016 04:22:13 -0800 From: Christoph Hellwig To: John Crispin Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Gabor Juhos Subject: Re: [PATCH] pci: add kernel config option for disabling common PCI quirks Message-ID: <20161221122213.GA32563@infradead.org> References: <1482306784-29224-1-git-send-email-john@phrozen.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1482306784-29224-1-git-send-email-john@phrozen.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 473 Lines: 10 On Wed, Dec 21, 2016 at 08:53:04AM +0100, John Crispin wrote: > This patch has been lingering inside the OpenWrt for some years. I am not > sure if this is the best way to remove the quirks from the build. Let me > know if you prefer a different way of solving this. As a start negative options (_DISABLE_) are very confusing, I would recommend to turn this into a postive option with a default y. On what grounds did you decide which quirks to keep and which to remove?