]> git.proxmox.com Git - mirror_qemu.git/commitdiff
unicore32-softmmu.mak: express dependencies with Kconfig
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 Jan 2019 11:16:27 +0000 (12:16 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Mar 2019 20:46:19 +0000 (21:46 +0100)
%-softmmu.mak only keep boards and optional device
definitions in Kconfig mode.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
default-configs/unicore32-softmmu.mak
hw/unicore32/Kconfig

index 17a7915549135b84e844ba1a6678963996161393..0bfce48c6da75ffd94ae44b6b1a9348269b8b9ff 100644 (file)
@@ -1,4 +1,5 @@
 # Default configuration for unicore32-softmmu
-CONFIG_ISA_BUS=y
+
+# Boards:
+#
 CONFIG_PUV3=y
-CONFIG_PCKBD=y
index a03a9965c2b379f416f9999b07f5944a486146e7..4443a29dd2907de33f924e001a67b310839c0942 100644 (file)
@@ -1,3 +1,5 @@
 config PUV3
     bool
+    select ISA_BUS
+    select PCKBD
     select PTIMER