From 3a56c2f36c3f53da8ffebd9789a8fbd876d2f1a9 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 29 Jan 2019 12:16:27 +0100 Subject: xtensa-softmmu.mak: express dependencies with Kconfig %-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Signed-off-by: Paolo Bonzini --- hw/xtensa/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/xtensa') diff --git a/hw/xtensa/Kconfig b/hw/xtensa/Kconfig index dc8eaf6..d72817d 100644 --- a/hw/xtensa/Kconfig +++ b/hw/xtensa/Kconfig @@ -3,3 +3,6 @@ config XTENSA_SIM config XTENSA_XTFPGA bool + select OPENCORES_ETH + select PFLASH_CFI01 + select SERIAL -- cgit v1.1