Blame view

arch/nios2/Kconfig 320 Bytes
dd84058d2   Masahiro Yamada   kconfig: add boar...
1
2
3
4
  menu "Nios II architecture"
  	depends on NIOS2
  
  config SYS_ARCH
dd84058d2   Masahiro Yamada   kconfig: add boar...
5
  	default "nios2"
6168dc6a7   Thomas Chou   nios2: zap nios2-...
6
7
8
9
10
11
  config SYS_CONFIG_NAME
  	string "Board header file"
  	help
  	  This option should contain the base name of board header file.
  	  The header file include/configs/<CONFIG_SYS_CONFIG_NAME>.h
  	  should be included from include/config.h.
dd84058d2   Masahiro Yamada   kconfig: add boar...
12
13
  
  endmenu