diff options
author | Michael Ellerman <[email protected]> | 2017-02-17 17:34:13 +1100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2017-02-20 14:56:26 +1100 |
commit | a311e738b6d81febae21f0447c5b31752f0d1634 (patch) | |
tree | 7ec9587cae739ac8ca051d97124a1f93610b2389 /scripts/gdb/linux/lists.py | |
parent | 6c8f9ad566ddc63da5da84c3c9e6c1bb0434c64f (diff) |
powerpc/powernv: Make PCI non-optional
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 dependencies. Selecting PCI_MSI is slightly fishy, because it's
in drivers/pci and it is user-visible, but its only dependency is PCI,
so selecting it can't actually lead to breakage.
Signed-off-by: Michael Ellerman <[email protected]>
Acked-by: Gavin Shan <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions