diff options
-rw-r--r-- | default-configs/or1k-softmmu.mak | 5 | ||||
-rw-r--r-- | hw/openrisc/Kconfig | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/default-configs/or1k-softmmu.mak b/default-configs/or1k-softmmu.mak index 6a0f2ef..168101c 100644 --- a/default-configs/or1k-softmmu.mak +++ b/default-configs/or1k-softmmu.mak @@ -1,6 +1,5 @@ # Default configuration for or1k-softmmu -CONFIG_SERIAL=y -CONFIG_OPENCORES_ETH=y -CONFIG_OMPIC=y +# Boards: +# CONFIG_OR1K_SIM=y diff --git a/hw/openrisc/Kconfig b/hw/openrisc/Kconfig index 7aef98d..6c1e868 100644 --- a/hw/openrisc/Kconfig +++ b/hw/openrisc/Kconfig @@ -1,2 +1,5 @@ config OR1K_SIM bool + select SERIAL + select OPENCORES_ETH + select OMPIC |