vexpress64: Enable VIRTIO_MMIO and RTC_PL031 in the base model
authorPeter Hoyes <Peter.Hoyes@arm.com>
Fri, 31 Mar 2023 08:58:12 +0000 (09:58 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 25 Apr 2023 19:31:27 +0000 (15:31 -0400)
commit3e15be549c64a6672c6688765d17a2312bc7e156
treed56d401bed810e2e0fa745d2e7af22b454188ee3
parent3635df6bdf29cf22ce7378a50276cf71a6b3dc52
vexpress64: Enable VIRTIO_MMIO and RTC_PL031 in the base model

The Arm EBBR (Embedded Base Boot Requirements) require that the time
and basic networking EFI interfaces are available and working, so long
as the hardware has an RTC and network interface.

Arm FVPs typically have a memory-mapped PL031 RTC and a VIRTIO_NET
device defined in the device tree, so "imply" these in the Kconfig for
the FVP base model to simplify creating EBBR-compliant firmware.

Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
board/armltd/vexpress64/Kconfig