]> Git Repo - u-boot.git/blobdiff - Kconfig
board: gateworks: Remove <common.h> and add needed includes
[u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 75f9563ce6c617ac3ded956f347e49a2ad0abceb..82df59f176ec5d73f851558d1d8a50d7838568c9 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -715,6 +715,20 @@ config SYS_CLK_FREQ
          A static value for the CPU frequency.  Note that if not required
          for a given SoC, this can be left at 0.
 
+config HAS_LDR
+       bool
+       help
+         Enables building .ldr targets for U-Boot and SPL. This does not
+         automatically build any additional targets with make or buildman.
+
+config LDR_CPU
+       string "CPU name to be passed to LDR utility."
+       depends on HAS_LDR
+       help
+         Set the CPU name for the -T parameter in the LDR utility.  This is
+         generally used on processors from Analog Devices, but may be also
+         be useful for other vendors.
+
 source "api/Kconfig"
 
 endmenu                # General setup
This page took 0.025689 seconds and 4 git commands to generate.