Kconfig 236 B

1234567891011121314151617
  1. menu "Nios II architecture"
  2. depends on NIOS2
  3. config SYS_ARCH
  4. default "nios2"
  5. choice
  6. prompt "Target select"
  7. config TARGET_NIOS2_GENERIC
  8. bool "Support nios2-generic"
  9. endchoice
  10. source "board/altera/nios2-generic/Kconfig"
  11. endmenu