From 1069d889c79e0ff2eb366b06895a0dae01ede2a2 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 27 Aug 2020 18:37:05 +0200 Subject: reason: arm64 has pci, but distrokit no pciutils Signed-off-by: Robert Schwebel --- configs/bsp.ref | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs') diff --git a/configs/bsp.ref b/configs/bsp.ref index 0d25300..4118923 100644 --- a/configs/bsp.ref +++ b/configs/bsp.ref @@ -9,6 +9,8 @@ ptxdist_debug_pci: variants: - condition: kconfig.PTXPlatformConfig()['ARCH_X86'] value: False + - condition: kconfig.PTXPlatformConfig()['ARCH_ARM64'] + value: False - value: True -- cgit v1.2.3