Re: sdhc: don't always compile the pci attachment driver

2016-03-23 Thread Mark Kettenis
> Date: Fri, 4 Mar 2016 22:32:19 +0100 > From: Patrick Wildt > > Hi, > > if you attach sdhc, you automatically compile the pci attachment driver, > even if there's no "sdhc* at pci?" in the config. This might fail on > architectures that don't have pci compiled in. > > If

Re: sdhc: don't always compile the pci attachment driver

2016-03-14 Thread Patrick Wildt
On Fri, Mar 04, 2016 at 10:32:18PM +0100, Patrick Wildt wrote: > Hi, > > if you attach sdhc, you automatically compile the pci attachment driver, > even if there's no "sdhc* at pci?" in the config. This might fail on > architectures that don't have pci compiled in. > > If I'm not completely

sdhc: don't always compile the pci attachment driver

2016-03-04 Thread Patrick Wildt
Hi, if you attach sdhc, you automatically compile the pci attachment driver, even if there's no "sdhc* at pci?" in the config. This might fail on architectures that don't have pci compiled in. If I'm not completely mistaken, this can be averted by making the file depend on sdhc_pci. Tested to