mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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>
This commit is contained in:
parent
853c01672b
commit
5aa78a8957
5 changed files with 17 additions and 1 deletions
|
@ -9,7 +9,7 @@ common-obj-$(CONFIG_PCI_TESTDEV) += pci-testdev.o
|
|||
common-obj-$(CONFIG_EDU) += edu.o
|
||||
common-obj-$(CONFIG_PCA9552) += pca9552.o
|
||||
|
||||
common-obj-y += unimp.o
|
||||
common-obj-$(CONFIG_UNIMP) += unimp.o
|
||||
common-obj-$(CONFIG_FW_CFG_DMA) += vmcoreinfo.o
|
||||
|
||||
# ARM devices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue