diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-29 12:16:27 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:46:19 +0100 |
commit | 8c75eec06d4f44977178d5f228058c6b696afe1c (patch) | |
tree | 29b519735518d03d47b366df63ba7b354d7d1fcc /hw/misc/Kconfig | |
parent | 7ab58d4c841b7cb5752e5c49c5cf8da9a830115b (diff) | |
download | qemu-8c75eec06d4f44977178d5f228058c6b696afe1c.zip qemu-8c75eec06d4f44977178d5f228058c6b696afe1c.tar.gz qemu-8c75eec06d4f44977178d5f228058c6b696afe1c.tar.bz2 |
sparc-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 'hw/misc/Kconfig')
-rw-r--r-- | hw/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig index a012d2c..2c60be9 100644 --- a/hw/misc/Kconfig +++ b/hw/misc/Kconfig @@ -71,6 +71,7 @@ config IVSHMEM_DEVICE config ECCMEMCTL bool + select ECC config IMX bool |