aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc64
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-05-14 07:26:53 +0200
committerThomas Huth <thuth@redhat.com>2019-08-20 09:11:17 +0200
commit5aa78a895781eb26de7204fff737599b689ac0b1 (patch)
tree621ebae3c76e506bc4080bced410ce4af5766742 /hw/sparc64
parent853c01672bbe3099c5fa31f56350f781b01187b4 (diff)
downloadqemu-5aa78a895781eb26de7204fff737599b689ac0b1.zip
qemu-5aa78a895781eb26de7204fff737599b689ac0b1.tar.gz
qemu-5aa78a895781eb26de7204fff737599b689ac0b1.tar.bz2
hw/misc: Add a config switch for the "unimplemented" device
The device is only used by some few boards. Let's use a proper Kconfig switch so that we only compile this code if we really need it. Message-Id: <20190817101931.28386-8-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/sparc64')
-rw-r--r--hw/sparc64/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sparc64/Kconfig b/hw/sparc64/Kconfig
index d4d76a8..f9f8b0f 100644
--- a/hw/sparc64/Kconfig
+++ b/hw/sparc64/Kconfig
@@ -17,3 +17,4 @@ config NIAGARA
bool
select EMPTY_SLOT
select SUN4V_RTC
+ select UNIMP