cfa1f4bcee
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, so use the 'imply' weak reverse dependency to select the symbol. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20210511155354.3069141-2-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
config DIMM
|
|
bool
|
|
select MEM_DEVICE
|
|
|
|
config MEM_DEVICE
|
|
bool
|
|
|
|
config NVDIMM
|
|
bool
|
|
select MEM_DEVICE
|