* updated maddy (0.7.1 -> 0.8.1), untested
[t2sde.git] / package / kernel / linux / up-next-arm-vbox.patch
blob1d819932ba2c5c02a2d723b36420178e65b6b3e0
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
5 @@ -1,7 +1,7 @@
6 # SPDX-License-Identifier: GPL-2.0-only
7 config VBOXGUEST
8 tristate "Virtual Box Guest integration support"
9 - depends on X86 && PCI && INPUT
10 + depends on (ARM64 || X86) && PCI && INPUT
11 help
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
18 @@ -1,6 +1,6 @@
19 config VBOXSF_FS
20 tristate "VirtualBox guest shared folder (vboxsf) support"
21 - depends on X86 && VBOXGUEST
22 + depends on (ARM64 || X86) && VBOXGUEST
23 select NLS
24 help
25 VirtualBox hosts can share folders with guests, this driver