From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Sun, 9 Sep 2012 22:47:05 +0200 Subject: [PATCH] ARM: Dove: allow PCI to be disabled In-Reply-To: References: Message-ID: <20120909204705.GD3451@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Sep 09, 2012 at 08:34:13PM +0100, Russell King wrote: > Allow PCI support for Dove to be disabled. Some platforms do not have > anything connected to the PCIe ports, so requiring PCI support to be > built into the kernel just wastes space, and presents a lot more config > options than are necessary. > > However, select USB_ARCH_HAS_EHCI so that we can still have EHCI > support. Hi Russel I have a patch in GregKH usb-next which also ensures USB_ARCH_HAS_EHCI is selected. http://git.kernel.org/?p=linux/kernel/git/gregkh/usb.git;a=commitdiff;h=ba2f9dff6c914b91005f687a9d75c8eac110d323 So we might not need your select as well, although it does not harm. Andrew