]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/Kconfig
ARM: tegra: pull Tegra124 SoC DT from Linux v4.7
[karo-tx-uboot.git] / common / Kconfig
index 449411274429bc2d22cc89b76e1d2c13dcb550a9..c69c1418c92ad1794b42426b4b056eaabaa49033 100644 (file)
@@ -198,8 +198,25 @@ config CONSOLE_RECORD_IN_SIZE
          The buffer is allocated immediately after the malloc() region is
          ready.
 
+config IDENT_STRING
+       string "Board specific string to be added to uboot version string"
+       help
+         This options adds the board specific name to u-boot version.
+
 config SYS_NO_FLASH
        bool "Disable support for parallel NOR flash"
        default n
        help
          This option is used to disable support for parallel NOR flash.
+
+config VERSION_VARIABLE
+       bool "add U-Boot environment variable vers"
+       default n
+       help
+         If this variable is defined, an environment variable
+         named "ver" is created by U-Boot showing the U-Boot
+         version as printed by the "version" command.
+         Any change to this variable will be reverted at the
+         next reset.
+
+source "common/spl/Kconfig"