diff options
Diffstat (limited to 'hw/openrisc/Kconfig')
-rw-r--r-- | hw/openrisc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/openrisc/Kconfig b/hw/openrisc/Kconfig new file mode 100644 index 0000000000..6c1e86884e --- /dev/null +++ b/hw/openrisc/Kconfig @@ -0,0 +1,5 @@ +config OR1K_SIM + bool + select SERIAL + select OPENCORES_ETH + select OMPIC |