# Copyright 2025 The Fuchsia Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
declare_args() { | |
# Enable user space PCI stack in the qemu-arm64 board driver. | |
qemu_arm64_enable_user_pci = false | |
} |