]> git.sur5r.net Git - u-boot/blobdiff - Kconfig
bootvx: x86: Explicitly clear the bootloader image size
[u-boot] / Kconfig
diff --git a/Kconfig b/Kconfig
index 081be6ce6bf9c2e63a8b725292820c6a0b618586..7accdad79d20abe4ae5af333fd7900a48cedf0b4 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -59,6 +59,13 @@ config CC_OPTIMIZE_FOR_SIZE
 
          This option is enabled by default for U-Boot.
 
+config CC_COVERAGE
+       bool "Enable code coverage analysis"
+       depends on SANDBOX
+       help
+         Enabling this option will pass "--coverage" to gcc to compile
+         and link code instrumented for coverage analysis.
+
 config DISTRO_DEFAULTS
        bool "Select defaults suitable for booting general purpose Linux distributions"
        default y if ARCH_SUNXI || TEGRA