]> Git Repo - u-boot.git/blobdiff - api/Kconfig
Merge patch series "Add support for MediaTek MT8365 EVK Board"
[u-boot.git] / api / Kconfig
index 6072288f9bc26ab3313104bbd7427708283379c0..b5a7399d7f3c5cb6de776d6e1c2ee53654e8b864 100644 (file)
@@ -1,13 +1,14 @@
-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
 
 config EXAMPLES
This page took 0.026551 seconds and 4 git commands to generate.