configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICE
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Jul 2017 08:33:43 +0000 (09:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Jul 2017 13:56:20 +0000 (14:56 +0100)
The current CONFIG_IVSHMEM is confusing, because it looks like it's a
flag for "do we have ivshmem support?", but actually it's a flag for
"is the ivshmem PCI device being compiled?" (and implicitly "do we
have ivshmem support?" is tested with CONFIG_EVENTFD).

Rename it to CONFIG_IVSHMEM_DEVICE to clear this confusion up;
shortly we will add a new CONFIG_IVSHMEM which really does indicate
whether the host can support ivshmem.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-id: 1500021225-4118-2-git-send-email-peter.maydell@linaro.org

default-configs/pci.mak
hw/misc/Makefile.objs

index 53ff10975c48d0637dfa8392da08fde8e75f980d..2451eb26c700528614e3cef815aa055bc622a984 100644 (file)
@@ -41,6 +41,6 @@ CONFIG_SDHCI=y
 CONFIG_EDU=y
 CONFIG_VGA=y
 CONFIG_VGA_PCI=y
-CONFIG_IVSHMEM=$(CONFIG_EVENTFD)
+CONFIG_IVSHMEM_DEVICE=$(CONFIG_EVENTFD)
 CONFIG_ROCKER=y
 CONFIG_VHOST_USER_SCSI=$(CONFIG_LINUX)
index 3b91d320711a0855dc52e5fce984e4c3ba2ef5dc..29fb922cefc6839aab137681f79fdbd6d0a9fc62 100644 (file)
@@ -23,7 +23,7 @@ common-obj-$(CONFIG_PUV3) += puv3_pm.o
 
 common-obj-$(CONFIG_MACIO) += macio/
 
-obj-$(CONFIG_IVSHMEM) += ivshmem.o
+obj-$(CONFIG_IVSHMEM_DEVICE) += ivshmem.o
 
 obj-$(CONFIG_REALVIEW) += arm_sysctl.o
 obj-$(CONFIG_NSERIES) += cbus.o