Kconfig 320 B

1234567891011121314
  1. menu "Nios II architecture"
  2. depends on NIOS2
  3. config SYS_ARCH
  4. default "nios2"
  5. config SYS_CONFIG_NAME
  6. string "Board header file"
  7. help
  8. This option should contain the base name of board header file.
  9. The header file include/configs/<CONFIG_SYS_CONFIG_NAME>.h
  10. should be included from include/config.h.
  11. endmenu