diff options
author | Bernhard Beschow | 2022-10-03 22:31:30 +0200 |
---|---|---|
committer | Daniel Henrique Barboza | 2022-10-17 21:15:09 +0200 |
commit | 8cf7b3277d705976a6c9dce90b481824cf8f10ff (patch) | |
tree | cb9f87dfac3dff8e82f2eb634e46802abf99d058 /configs/devices | |
parent | ppc440_uc.c: Remove unneeded parenthesis (diff) | |
download | qemu-8cf7b3277d705976a6c9dce90b481824cf8f10ff.tar.gz qemu-8cf7b3277d705976a6c9dce90b481824cf8f10ff.tar.xz qemu-8cf7b3277d705976a6c9dce90b481824cf8f10ff.zip |
hw/ppc/meson: Allow e500 boards to be enabled separately
Gives users more fine-grained control over what should be compiled into
QEMU.
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20221003203142.24355-2-shentey@gmail.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Diffstat (limited to 'configs/devices')
-rw-r--r-- | configs/devices/ppc-softmmu/default.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/devices/ppc-softmmu/default.mak b/configs/devices/ppc-softmmu/default.mak index 658a454426..a887f5438b 100644 --- a/configs/devices/ppc-softmmu/default.mak +++ b/configs/devices/ppc-softmmu/default.mak @@ -1,7 +1,8 @@ # Default configuration for ppc-softmmu # For embedded PPCs: -CONFIG_E500=y +CONFIG_E500PLAT=y +CONFIG_MPC8544DS=y CONFIG_PPC405=y CONFIG_PPC440=y CONFIG_VIRTEX=y |