From d1a95ef4ace6b0106d7ee71f3d9e3e57c374df67 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 29 Jan 2019 12:16:26 +0100 Subject: alpha-softmmu.mak: express dependencies with Kconfig %-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Signed-off-by: Paolo Bonzini --- hw/alpha/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hw/alpha') diff --git a/hw/alpha/Kconfig b/hw/alpha/Kconfig index c5d0438..22cefd9 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 -- cgit v1.1