From e6f3d3fbdf1a8c77d14c6a18465a8174c39dd5ae Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 29 Jan 2019 12:16:27 +0100 Subject: unicore32-softmmu.mak: express dependencies with Kconfig %-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Signed-off-by: Paolo Bonzini --- hw/unicore32/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw') diff --git a/hw/unicore32/Kconfig b/hw/unicore32/Kconfig index a03a996..4443a29 100644 --- a/hw/unicore32/Kconfig +++ b/hw/unicore32/Kconfig @@ -1,3 +1,5 @@ config PUV3 bool + select ISA_BUS + select PCKBD select PTIMER -- cgit v1.1