Re: powerpc/powernv: Make PCI non-optional

2017-02-27 Thread Michael Ellerman
On Fri, 2017-02-17 at 06:34:13 UTC, Michael Ellerman wrote: > Bare metal systems without PCI don't exist, so there's no real point in > making PCI optional, it just breaks the build from time to time. In fact > the build is broken now if you turn off PCI_MSI but enable KVM. > > Using select for PC

Re: [PATCH] powerpc/powernv: Make PCI non-optional

2017-02-19 Thread Gavin Shan
On Fri, Feb 17, 2017 at 05:34:13PM +1100, Michael Ellerman wrote: >Bare metal systems without PCI don't exist, so there's no real point in >making PCI optional, it just breaks the build from time to time. In fact >the build is broken now if you turn off PCI_MSI but enable KVM. > >Using select for P

[PATCH] powerpc/powernv: Make PCI non-optional

2017-02-16 Thread Michael Ellerman
Bare metal systems without PCI don't exist, so there's no real point in making PCI optional, it just breaks the build from time to time. In fact the build is broken now if you turn off PCI_MSI but enable KVM. Using select for PCI is OK because we (powerpc) define config PCI, and it has no dependen