On Sun, May 16, 2021 at 1:37 AM Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > Per the kconfig.rst: > > A device should be listed [...] ``imply`` if (depending on > the QEMU command line) the board may or may not be started > without it. > > This is the case with the NVDIMM device (it is certainly possible > to start a machine without NVDIMM) , so use the 'imply' weak > reverse dependency to select the symbol. > > Acked-by: Paolo Bonzini <pbonz...@redhat.com> > Acked-by: David Gibson <da...@gibson.dropbear.id.au> > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > default-configs/devices/ppc64-softmmu.mak | 1 - > hw/arm/Kconfig | 1 + > hw/i386/Kconfig | 1 + > hw/mem/Kconfig | 2 -- > hw/ppc/Kconfig | 1 + > 5 files changed, 3 insertions(+), 3 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>