diff options
Diffstat (limited to 'hw/xtensa/Kconfig')
-rw-r--r-- | hw/xtensa/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hw/xtensa/Kconfig b/hw/xtensa/Kconfig new file mode 100644 index 000000000..0740657ea --- /dev/null +++ b/hw/xtensa/Kconfig @@ -0,0 +1,14 @@ +config XTENSA_SIM + bool + +config XTENSA_VIRT + bool + select XTENSA_SIM + select PCI_EXPRESS_GENERIC_BRIDGE + select PCI_DEVICES + +config XTENSA_XTFPGA + bool + select OPENCORES_ETH + select PFLASH_CFI01 + select SERIAL |