Without this patch, asking `kraft` to build for QEMU on arm64 with its
default configuration gives a series of warnings such as:
```
WARNING: unmet direct dependencies detected for HAVE_IBMPC_VGA
Depends on [n]: ARCH_X86_64 [=n]
Selected by [y]:
- HAVE_IBMPC [=y]
```
and `HAVE_IBMPC` is set to yes in the generated configuration.
Signed-off-by: Samuel Hym <samuel@tarides.com>
Reviewed-by: Sergiu Moga <sergiu@unikraft.io>
Approved-by: Michalis Pappas <michalis@unikraft.io>
GitHub-Closes: #1565
imply LIBUKINTCTLR_GICV2 if ARCH_ARM_64
imply LIBUKRTC_PL031
imply LIBVGACONS if ARCH_X86_64
- select HAVE_IBMPC
+ select HAVE_IBMPC if ARCH_X86_64
select HAVE_PCI
select HAVE_MMIO