Add default config for XEN_GNTTAB for arm64 and dependency when
using the net-front PV driver.
Signed-off-by: Andrei Stan <andreistan2003@gmail.com>
Reviewed-by: Oleksii Moisieiev <oleksii_moisieiev@epam.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Michalis Pappas <michalis@unikraft.io>
GitHub-Closes: #1517
config LIBXEN_NETFRONT
bool "Xenbus Netfront Driver"
select LIBXEN_XENBUS
+ depends on XEN_GNTTAB
depends on PLAT_XEN
depends on LIBUKNETDEV
help
config XEN_GNTTAB
bool "Grant table support"
- default y if XEN_PV
+ default y if (XEN_PV || ARCH_ARM_64)
depends on (ARCH_X86_64 || ARCH_ARM_64)
select LIBXEN_XENBUS
select LIBUKALLOC