On Mon, Aug 16, 2021 at 4:47 PM Cristian Marussi
<cristian.marussi(a)arm.com> wrote:
On Mon, Aug 16, 2021 at 04:30:10PM +0200, Arnd Bergmann wrote:
I checked this (VIRTIO=n with ARM_SCMI_PROTOCOL=n) and
ARM_SCMI_TRANSPORT_VIRTIO menu does not popup because the whole
menuconfig section under ARM_SCMI_PROTOCOL is already guarded by:
if ARM_SCMI_PROTOCOL
config ARM_SCMI_TRANSPORT_VIRTIO
...
endif
...if this was what you meant.
Yes, your patch is fine then, ignore my previous comment.
Arnd