qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [PATCH 22/25] hw/arm: Express dependencies of nrf51 Kconfig


From: Thomas Huth
Subject: [Qemu-arm] [PATCH 22/25] hw/arm: Express dependencies of nrf51 Kconfig
Date: Sat, 9 Feb 2019 07:39:23 +0100

Add Kconfig dependencies for the NRF51 / microbit machine.

Signed-off-by: Thomas Huth <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]