]> Git Repo - u-boot.git/blobdiff - lib/Kconfig
arm: tegra: Remove <common.h> and add needed includes
[u-boot.git] / lib / Kconfig
index bc106e2b6f122312e68a0788741e9eb639d65450..189e6eb31aa188d9211df51d171d56330fae0a7d 100644 (file)
@@ -74,6 +74,13 @@ config HAVE_PRIVATE_LIBGCC
 config LIB_UUID
        bool
 
+config RANDOM_UUID
+       bool "GPT Random UUID generation"
+       select LIB_UUID
+       help
+         Enable the generation of partitions with random UUIDs if none
+         are provided.
+
 config SPL_LIB_UUID
        depends on SPL
        bool
@@ -93,7 +100,7 @@ config SEMIHOSTING
 
 config SEMIHOSTING_FALLBACK
        bool "Recover gracefully when semihosting fails"
-       depends on SEMIHOSTING && (ARM64 || RISCV)
+       depends on SEMIHOSTING
        default y
        help
          Normally, if U-Boot makes a semihosting call and no debugger is
@@ -116,7 +123,7 @@ config SPL_SEMIHOSTING
 
 config SPL_SEMIHOSTING_FALLBACK
        bool "Recover gracefully when semihosting fails in SPL"
-       depends on SPL_SEMIHOSTING && (ARM64 || RISCV)
+       depends on SPL_SEMIHOSTING
        select ARMV8_SPL_EXCEPTION_VECTORS if ARM64
        default y
        help
@@ -341,7 +348,7 @@ config TRACE
          Enables function tracing within U-Boot. This allows recording of call
          traces including timing information. The command can write data to
          memory for exporting for analysis (e.g. using bootchart).
-         See doc/README.trace for full details.
+         See doc/develop/trace.rst for full details.
 
 config TRACE_BUFFER_SIZE
        hex "Size of trace buffer in U-Boot"
@@ -409,7 +416,7 @@ config TRACE_EARLY_ADDR
 config CIRCBUF
        bool "Enable circular buffer support"
 
-source lib/dhry/Kconfig
+source "lib/dhry/Kconfig"
 
 menu "Security support"
 
@@ -422,10 +429,10 @@ config AES
          supported by the algorithm but only a 128-bit key is supported at
          present.
 
-source lib/ecdsa/Kconfig
-source lib/rsa/Kconfig
-source lib/crypto/Kconfig
-source lib/crypt/Kconfig
+source "lib/ecdsa/Kconfig"
+source "lib/rsa/Kconfig"
+source "lib/crypto/Kconfig"
+source "lib/crypt/Kconfig"
 
 config TPM
        bool "Trusted Platform Module (TPM) Support"
@@ -691,6 +698,12 @@ config SPL_CRC8
          checksum with feedback to produce an 8-bit result. The code is small
          and it does not require a lookup table (unlike CRC32).
 
+config SPL_CRC16
+       bool "Support CRC16 in SPL"
+       depends on SPL
+       help
+         Enables CRC16 support in SPL. This is not normally required.
+
 config CRC32
        def_bool y
        help
@@ -989,7 +1002,7 @@ config GENERATE_SMBIOS_TABLE
 
          Check http://www.dmtf.org/standards/smbios for details.
 
-         See also SMBIOS_SYSINFO which allows SMBIOS values to be provided in
+         See also SYSINFO_SMBIOS which allows SMBIOS values to be provided in
          the devicetree.
 
 endmenu
@@ -1068,9 +1081,9 @@ config SMBIOS_PARSER
        help
          A simple parser for SMBIOS data.
 
-source lib/efi/Kconfig
-source lib/efi_loader/Kconfig
-source lib/optee/Kconfig
+source "lib/efi/Kconfig"
+source "lib/efi_loader/Kconfig"
+source "lib/optee/Kconfig"
 
 config TEST_FDTDEC
        bool "enable fdtdec test"
@@ -1135,4 +1148,4 @@ config PHANDLE_CHECK_SEQ
 
 endmenu
 
-source lib/fwu_updates/Kconfig
+source "lib/fwu_updates/Kconfig"
This page took 0.030395 seconds and 4 git commands to generate.