aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/nios2/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/nios2/Kconfig')
-rw-r--r--roms/u-boot/arch/nios2/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/nios2/Kconfig b/roms/u-boot/arch/nios2/Kconfig
new file mode 100644
index 000000000..bb4fb2ac3
--- /dev/null
+++ b/roms/u-boot/arch/nios2/Kconfig
@@ -0,0 +1,14 @@
+menu "Nios II architecture"
+ depends on NIOS2
+
+config SYS_ARCH
+ default "nios2"
+
+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/<CONFIG_SYS_CONFIG_NAME>.h
+ should be included from include/config.h.
+
+endmenu