xref: /openbmc/u-boot/arch/nios2/Kconfig (revision 6168dc6a)
1dd84058dSMasahiro Yamadamenu "Nios II architecture"
2dd84058dSMasahiro Yamada	depends on NIOS2
3dd84058dSMasahiro Yamada
4dd84058dSMasahiro Yamadaconfig SYS_ARCH
5dd84058dSMasahiro Yamada	default "nios2"
6dd84058dSMasahiro Yamada
7*6168dc6aSThomas Chouconfig SYS_CONFIG_NAME
8*6168dc6aSThomas Chou	string "Board header file"
9*6168dc6aSThomas Chou	help
10*6168dc6aSThomas Chou	  This option should contain the base name of board header file.
11*6168dc6aSThomas Chou	  The header file include/configs/<CONFIG_SYS_CONFIG_NAME>.h
12*6168dc6aSThomas Chou	  should be included from include/config.h.
13dd84058dSMasahiro Yamada
14dd84058dSMasahiro Yamadaendmenu
15