Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "Nios II architecture" |
| 2 | depends on NIOS2 |
| 3 | |
| 4 | config SYS_ARCH |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "nios2" |
| 6 | |
Thomas Chou | 6168dc6 | 2015-10-23 14:55:36 +0800 | [diff] [blame] | 7 | config 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 Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 13 | |
| 14 | endmenu |