mbox series

[v2,0/2] ppc/pnv: fix build dependencies

Message ID 20200205232016.588202-1-lvivier@redhat.com
Headers show
Series ppc/pnv: fix build dependencies | expand

Message

Laurent Vivier Feb. 5, 2020, 11:20 p.m. UTC
Building only POWERNV machine without PSERIES machine
fails because of a couple of reasons:

- qtest uses rtas function only provided by PSERIES,
- the dependency to PCI Express has been added to XIVE_SPAPR
  rather than to POWERNV

v2: remove PCI already selected by PCI_EXPRESS
    remove PCIE_PORT, set by default to yes with PCI_DEVICES

Laurent Vivier (2):
  qtest: Fix rtas dependencies
  ppc/pnv: Fix PCI_EXPRESS dependency

 hw/ppc/Kconfig | 4 ++--
 qtest.c        | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

David Gibson Feb. 6, 2020, 3:45 a.m. UTC | #1
On Thu, Feb 06, 2020 at 12:20:14AM +0100, Laurent Vivier wrote:
> Building only POWERNV machine without PSERIES machine
> fails because of a couple of reasons:
> 
> - qtest uses rtas function only provided by PSERIES,
> - the dependency to PCI Express has been added to XIVE_SPAPR
>   rather than to POWERNV

Applied to ppc-for-5.0, thanks.

> 
> v2: remove PCI already selected by PCI_EXPRESS
>     remove PCIE_PORT, set by default to yes with PCI_DEVICES
> 
> Laurent Vivier (2):
>   qtest: Fix rtas dependencies
>   ppc/pnv: Fix PCI_EXPRESS dependency
> 
>  hw/ppc/Kconfig | 4 ++--
>  qtest.c        | 5 +++--
>  2 files changed, 5 insertions(+), 4 deletions(-)
>