diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-29 12:16:27 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:46:19 +0100 |
commit | 312c320ff8654e24a13443a60db6ce6a08fb74f6 (patch) | |
tree | 2df5eca6ae5506060b0380a9b6ea5e350056bfb6 /hw/openrisc/Kconfig | |
parent | 0d345404222675c588a21b6c5a776ea2c37dbc8a (diff) | |
download | qemu-312c320ff8654e24a13443a60db6ce6a08fb74f6.zip |
or1k-softmmu.mak: express dependencies with Kconfig
%-softmmu.mak only keep boards and optional device
definitions in Kconfig mode.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/openrisc/Kconfig')
-rw-r--r-- | hw/openrisc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/openrisc/Kconfig b/hw/openrisc/Kconfig index 7aef98dc85..6c1e86884e 100644 --- a/hw/openrisc/Kconfig +++ b/hw/openrisc/Kconfig @@ -1,2 +1,5 @@ config OR1K_SIM bool + select SERIAL + select OPENCORES_ETH + select OMPIC |