diff options
| author | Paolo Bonzini | 2019-01-29 12:16:27 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2019-03-07 21:46:19 +0100 |
| commit | 8c75eec06d4f44977178d5f228058c6b696afe1c (patch) | |
| tree | 29b519735518d03d47b366df63ba7b354d7d1fcc /hw/net | |
| parent | sh4-softmmu.mak: express dependencies with Kconfig (diff) | |
| download | qemu-8c75eec06d4f44977178d5f228058c6b696afe1c.tar.gz qemu-8c75eec06d4f44977178d5f228058c6b696afe1c.tar.xz qemu-8c75eec06d4f44977178d5f228058c6b696afe1c.zip | |
sparc-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/net')
| -rw-r--r-- | hw/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/Kconfig b/hw/net/Kconfig index 6b4633b464..c00ec03cd1 100644 --- a/hw/net/Kconfig +++ b/hw/net/Kconfig @@ -77,6 +77,7 @@ config STELLARIS_ENET config LANCE bool + select PCNET_COMMON config SUNHME bool |
