aboutsummaryrefslogtreecommitdiff
path: root/hw/mem/Kconfig
blob: c27844900d3a5adc9dd06eb69e5c4ec30e1f6c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
config DIMM
    bool
    select MEM_DEVICE

config MEM_DEVICE
    bool

config NVDIMM
    bool
    default y
    depends on (PC || PSERIES || ARM_VIRT)