From 7ee34f4898d85a6d7449949ee87948c913850267 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sun, 8 Aug 2021 12:31:42 +0000 Subject: [PATCH] Enable options PCI_SMCCC on 64-bit Arm. --- sys/arch/evbarm/conf/std.generic64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/evbarm/conf/std.generic64 b/sys/arch/evbarm/conf/std.generic64 index 054f4dc6df8d..32e403a4d069 100644 --- a/sys/arch/evbarm/conf/std.generic64 +++ b/sys/arch/evbarm/conf/std.generic64 @@ -1,4 +1,4 @@ -# $NetBSD: std.generic64,v 1.13 2020/09/08 17:39:04 jakllsch Exp $ +# $NetBSD: std.generic64,v 1.14 2021/08/08 12:31:42 jmcneill Exp $ # # generic NetBSD/evbarm64 with FDT support @@ -19,6 +19,7 @@ options FPU_VFP options MODULAR options MODULAR_DEFAULT_AUTOLOAD options PCI_NETBSD_CONFIGURE +options PCI_SMCCC # Arm PCI Conf Access Firmware Interface options _ARM32_NEED_BUS_DMA_BOUNCE options __HAVE_GENERIC_CPU_INITCLOCKS options __HAVE_PCI_CONF_HOOK