RE: [PATCH 1/4] RISC-V: Add kconfig option for QEMU virt machine

From: Anup Patel
Date: Mon Mar 09 2020 - 06:24:10 EST




> -----Original Message-----
> From: Andreas Schwab <schwab@xxxxxxx>
> Sent: 09 March 2020 15:42
> To: Anup Patel <Anup.Patel@xxxxxxx>
> Cc: Palmer Dabbelt <palmer@xxxxxxxxxx>; Paul Walmsley
> <paul.walmsley@xxxxxxxxxx>; Albert Ou <aou@xxxxxxxxxxxxxxxxx>; Atish
> Patra <Atish.Patra@xxxxxxx>; Alistair Francis <Alistair.Francis@xxxxxxx>;
> Christoph Hellwig <hch@xxxxxx>; Anup Patel <anup@xxxxxxxxxxxxxx>; linux-
> riscv@xxxxxxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
> Subject: Re: [PATCH 1/4] RISC-V: Add kconfig option for QEMU virt machine
>
> WARNING: unmet direct dependencies detected for DRM_VIRTIO_GPU
> Depends on [m]: HAS_IOMEM [=y] && DRM [=m] && VIRTIO [=y] && MMU
> [=y]
> Selected by [y]:
> - SOC_VIRT [=y]
>
> WARNING: unmet direct dependencies detected for NET_9P_VIRTIO
> Depends on [m]: NET [=y] && NET_9P [=m] && VIRTIO [=y]
> Selected by [y]:
> - SOC_VIRT [=y]

We don't see this warning with rv32_defconfig and defconfig.

Perhaps selecting DRM and NET_9P from SOC_VIRT will help. Can you
try and send patch ?

Regards,
Anup