Re: [PATCH 1/4] RISC-V: Add kconfig option for QEMU virt machine
From: Anup Patel
Date: Tue Mar 10 2020 - 07:58:08 EST
On Tue, Mar 10, 2020 at 3:51 PM Andreas Schwab <schwab@xxxxxxx> wrote:
>
> On MÃr 09 2020, Anup Patel wrote:
>
> > Perhaps selecting DRM and NET_9P from SOC_VIRT will help. Can you
> > try and send patch ?
>
> No, the config option should be removed. It is useless.
It's not useless. Going forward, we are adding SOC kconfig option for
each supported platform.
In case of SOC_VIRT, we over-selected all required VIRTIO drivers.
Instead, we should only select essential drivers from SOC_VIRT and
enable the rest of drivers via defconfigs.
Regards,
Anup