blob: bb4fb2ac3a5c396007d3a1e548c6f6325697da25 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "Nios II architecture"
2 depends on NIOS2
3
4config SYS_ARCH
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "nios2"
6
Thomas Chou6168dc62015-10-23 14:55:36 +08007config SYS_CONFIG_NAME
8 string "Board header file"
9 help
10 This option should contain the base name of board header file.
11 The header file include/configs/<CONFIG_SYS_CONFIG_NAME>.h
12 should be included from include/config.h.
Masahiro Yamadadd840582014-07-30 14:08:14 +090013
14endmenu