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