diff options
| author | Paolo Bonzini | 2019-01-29 12:16:27 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2019-03-07 21:46:19 +0100 |
| commit | e6f3d3fbdf1a8c77d14c6a18465a8174c39dd5ae (patch) | |
| tree | b77716697cc377453562b265adc89b93589ae595 /default-configs | |
| parent | sparc64-softmmu.mak: express dependencies with Kconfig (diff) | |
| download | qemu-e6f3d3fbdf1a8c77d14c6a18465a8174c39dd5ae.tar.gz qemu-e6f3d3fbdf1a8c77d14c6a18465a8174c39dd5ae.tar.xz qemu-e6f3d3fbdf1a8c77d14c6a18465a8174c39dd5ae.zip | |
unicore32-softmmu.mak: express dependencies with Kconfig
%-softmmu.mak only keep boards and optional device
definitions in Kconfig mode.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs')
| -rw-r--r-- | default-configs/unicore32-softmmu.mak | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/default-configs/unicore32-softmmu.mak b/default-configs/unicore32-softmmu.mak index 17a7915549..0bfce48c6d 100644 --- a/default-configs/unicore32-softmmu.mak +++ b/default-configs/unicore32-softmmu.mak @@ -1,4 +1,5 @@ # Default configuration for unicore32-softmmu -CONFIG_ISA_BUS=y + +# Boards: +# CONFIG_PUV3=y -CONFIG_PCKBD=y |
