diff options
-rw-r--r-- | default-configs/unicore32-softmmu.mak | 5 | ||||
-rw-r--r-- | 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 17a7915549..0bfce48c6d 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 a03a9965c2..4443a29dd2 100644 --- a/hw/unicore32/Kconfig +++ b/hw/unicore32/Kconfig @@ -1,3 +1,5 @@ config PUV3 bool + select ISA_BUS + select PCKBD select PTIMER |