From 883e150f62e483286e3207dfa5756cf57271d2b3 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 14 May 2019 07:59:34 +0200 Subject: hw/core: Add a config switch for the "register" device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "register" device is only used by certain machines. Let's add a proper config switch for it so that it only gets compiled when we really need it. Message-Id: <20190817101931.28386-5-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Signed-off-by: Thomas Huth --- hw/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/Kconfig') diff --git a/hw/Kconfig b/hw/Kconfig index dbae1c0..b45db3c 100644 --- a/hw/Kconfig +++ b/hw/Kconfig @@ -76,3 +76,4 @@ config XILINX_AXI config XLNX_ZYNQMP bool + select REGISTER -- cgit v1.1