]> Git Repo - u-boot.git/blobdiff - lib/Kconfig
arm: tegra: Remove <common.h> and add needed includes
[u-boot.git] / lib / Kconfig
index 37ac14f7bab7c11ea7a6026502618654e606e974..189e6eb31aa188d9211df51d171d56330fae0a7d 100644 (file)
@@ -348,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"
@@ -416,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"
 
@@ -429,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"
@@ -1081,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"
@@ -1148,4 +1148,4 @@ config PHANDLE_CHECK_SEQ
 
 endmenu
 
-source lib/fwu_updates/Kconfig
+source "lib/fwu_updates/Kconfig"
This page took 0.029693 seconds and 4 git commands to generate.