diff options
Diffstat (limited to 'hw/nios2/Kconfig')
-rw-r--r-- | hw/nios2/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hw/nios2/Kconfig b/hw/nios2/Kconfig new file mode 100644 index 000000000..b10ea640d --- /dev/null +++ b/hw/nios2/Kconfig @@ -0,0 +1,12 @@ +config NIOS2_10M50 + bool + select NIOS2 + select SERIAL + select ALTERA_TIMER + +config NIOS2_GENERIC_NOMMU + bool + select NIOS2 + +config NIOS2 + bool |