summaryrefslogtreecommitdiffstats
path: root/configs/bsp.ref
blob: 41189236c5bd63a5fef4ea78ec326e28a1b91270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
includes:
  - file: ptxdist.ref

ptxdist_debug_pci:
  description: |
    In DistroKit, we have platforms with and without PCI.
    For x86_64, we don't want to have lspci, although PCI is available in the
    kernel.
  variants:
    - condition: kconfig.PTXPlatformConfig()['ARCH_X86']
      value: False
    - condition: kconfig.PTXPlatformConfig()['ARCH_ARM64']
      value: False
    - value: True


# vim: filetype=yaml shiftwidth=2 expandtab