From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:42589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsMJw-0004aY-0n for qemu-devel@nongnu.org; Sat, 09 Feb 2019 01:41:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsMJu-0004cA-G3 for qemu-devel@nongnu.org; Sat, 09 Feb 2019 01:40:59 -0500 From: Thomas Huth Date: Sat, 9 Feb 2019 07:39:23 +0100 Message-Id: <1549694366-1284-23-git-send-email-thuth@redhat.com> In-Reply-To: <1549694366-1284-1-git-send-email-thuth@redhat.com> References: <1549694366-1284-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH 22/25] hw/arm: Express dependencies of nrf51 Kconfig List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, yang.zhong@intel.com, pbonzini@redhat.com Cc: qemu-arm@nongnu.org, philmd@redhat.com Add Kconfig dependencies for the NRF51 / microbit machine. Signed-off-by: Thomas Huth --- hw/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index c4b3cd2..aad2dd3 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -379,6 +379,8 @@ config FSL_IMX6UL config NRF51_SOC bool + select I2C + select ARM_V7M config MSF2 bool -- 1.8.3.1