X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fnios2%2FKconfig;h=bb4fb2ac3a5c396007d3a1e548c6f6325697da25;hb=b5bf5cb3b3e81298247a53d5b514cf941cd13a9f;hp=0cba45bdbebb1e3a135618f31231e36d40e803e8;hpb=5a1095a830299aef8dd32495e505e92ab1749e89;p=u-boot diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig index 0cba45bdbe..bb4fb2ac3a 100644 --- a/arch/nios2/Kconfig +++ b/arch/nios2/Kconfig @@ -2,17 +2,13 @@ menu "Nios II architecture" depends on NIOS2 config SYS_ARCH - string default "nios2" -choice - prompt "Target select" - -config TARGET_NIOS2_GENERIC - bool "Support nios2-generic" - -endchoice - -source "board/altera/nios2-generic/Kconfig" +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/.h + should be included from include/config.h. endmenu