]> Git Repo - J-u-boot.git/blobdiff - api/Kconfig
Merge patch series "Enable OF_UPSTREAM for J721s2 and AM68"
[J-u-boot.git] / api / Kconfig
index d9362724e5f613d999b2a62ac899f7e64a8dc109..b5a7399d7f3c5cb6de776d6e1c2ee53654e8b864 100644 (file)
@@ -1,18 +1,26 @@
-menu "API"
-
 config API
        bool "Enable U-Boot API"
+       depends on CC_IS_GCC
        help
          This option enables the U-Boot API. See api/README for more information.
 
+menu "API"
+       depends on API
+
 config SYS_MMC_MAX_DEVICE
        int  "Maximum number of MMC devices exposed via the API"
-       depends on API
        default 1
 
-endmenu
+config EXAMPLES
+       bool "Compile API examples"
+       depends on !SANDBOX
+       default y if ARCH_QEMU
+       help
+         U-Boot provides an API for standalone applications. Examples are
+         provided in directory examples/.
 
 config STANDALONE_LOAD_ADDR
+       depends on EXAMPLES
        hex "Address in memory to link standalone applications to"
        default 0xffffffff80200000 if MIPS && 64BIT
        default 0x8c000000 if SH
@@ -30,3 +38,5 @@ config STANDALONE_LOAD_ADDR
          This option defines a board specific value for the address where
          standalone program gets loaded, thus overwriting the architecture
          dependent default settings.
+
+endmenu
This page took 0.026218 seconds and 4 git commands to generate.