xref: /rk3399_rockchip-uboot/arch/nios2/Kconfig (revision 14e4b14979574a6b31f4e3037f81d5c66a8ae7b8)
1menu "Nios II architecture"
2	depends on NIOS2
3
4config SYS_ARCH
5	default "nios2"
6
7config 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.
13
14endmenu
15