Signed-off-by: Ákos Kovács <akoskov...@gmx.com> --- hw/xtensa/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hw/xtensa/Kconfig
diff --git a/hw/xtensa/Kconfig b/hw/xtensa/Kconfig new file mode 100644 index 0000000..0285ff3 --- /dev/null +++ b/hw/xtensa/Kconfig @@ -0,0 +1,10 @@ +config XTENSA_SIM + bool "Xtensa simulator" + default y + +config XTENSA_LX60 + bool "Xtensa lx60" + select SERIAL + select PFLASH_CFI01 + select OPENCORES_ETH + default y -- 1.8.1.2