summaryrefslogtreecommitdiffstats
path: root/configs/bsp.ref
blob: 0d253001c61308de884a0e0d26e6479be996f734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
    - value: True


# vim: filetype=yaml shiftwidth=2 expandtab