1 diff --git a/drivers/virt/vboxguest/Kconfig b/drivers/virt/vboxguest/Kconfig
2 index cc329887bfae..11b153e7454e 100644
3 --- a/drivers/virt/vboxguest/Kconfig
4 +++ b/drivers/virt/vboxguest/Kconfig
6 # SPDX-License-Identifier: GPL-2.0-only
8 tristate "Virtual Box Guest integration support"
9 - depends on X86 && PCI && INPUT
10 + depends on (ARM64 || X86) && PCI && INPUT
12 This is a driver for the Virtual Box Guest PCI device used in
13 Virtual Box virtual machines. Enabling this driver will add
14 diff --git a/fs/vboxsf/Kconfig b/fs/vboxsf/Kconfig
15 index b84586ae08b3..d4694026db8b 100644
16 --- a/fs/vboxsf/Kconfig
17 +++ b/fs/vboxsf/Kconfig
20 tristate "VirtualBox guest shared folder (vboxsf) support"
21 - depends on X86 && VBOXGUEST
22 + depends on (ARM64 || X86) && VBOXGUEST
25 VirtualBox hosts can share folders with guests, this driver