qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 48/51] unicore32-softmmu.mak: express dependencies w


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 48/51] unicore32-softmmu.mak: express dependencies with Kconfig
Date: Thu, 7 Feb 2019 18:57:31 +0100

%-softmmu.mak only keep boards and optional device
definitions in Kconfig mode.

Signed-off-by: Paolo Bonzini <address@hidden>
---
 default-configs/unicore32-softmmu.mak | 5 +++--
 hw/unicore32/Kconfig                  | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/default-configs/unicore32-softmmu.mak 
b/default-configs/unicore32-softmmu.mak
index 17a7915..0bfce48 100644
--- a/default-configs/unicore32-softmmu.mak
+++ b/default-configs/unicore32-softmmu.mak
@@ -1,4 +1,5 @@
 # Default configuration for unicore32-softmmu
-CONFIG_ISA_BUS=y
+
+# Boards:
+#
 CONFIG_PUV3=y
-CONFIG_PCKBD=y
diff --git a/hw/unicore32/Kconfig b/hw/unicore32/Kconfig
index a03a996..4443a29 100644
--- a/hw/unicore32/Kconfig
+++ b/hw/unicore32/Kconfig
@@ -1,3 +1,5 @@
 config PUV3
     bool
+    select ISA_BUS
+    select PCKBD
     select PTIMER
-- 
1.8.3.1





reply via email to

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