blob: ae0841fa3a184ccdb74db3dd8683ffc08712b598 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Default configuration for ppc64-softmmu
# Include all 32-bit boards
include ppc-softmmu.mak
# For PowerNV
CONFIG_POWERNV=y
# For pSeries
CONFIG_PSERIES=y
CONFIG_NVDIMM=y
|