diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-29 12:16:26 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:46:19 +0100 |
commit | d1a95ef4ace6b0106d7ee71f3d9e3e57c374df67 (patch) | |
tree | 34281d2cb723326c05c51fdb50f6988fc1e26364 /hw/alpha | |
parent | 98bd1db99f072316129ed824048fcb81d0b98e41 (diff) |
alpha-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/alpha')
-rw-r--r-- | hw/alpha/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/alpha/Kconfig b/hw/alpha/Kconfig index c5d0438a11..22cefd9577 100644 --- a/hw/alpha/Kconfig +++ b/hw/alpha/Kconfig @@ -1,2 +1,12 @@ config DP264 bool + imply PCI_DEVICES + imply TEST_DEVICES + select I82374 + select I8254 + select I8259 + select IDE_CMD646 + select MC146818RTC + select PCI + select PCKBD + select SMC37C669 |