Revision 532cc6da74ec25b5ba6893b5757c977d54582949 authored by Peter Maydell on 10 April 2019, 14:38:59 UTC, committed by Peter Maydell on 10 April 2019, 14:38:59 UTC
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent 6523516
Raw File
Kconfig
config DIMM
    bool
    select MEM_DEVICE

config MEM_DEVICE
    bool

config NVDIMM
    bool
    default y
    depends on PC
back to top