]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - api/Kconfig
kconfig: Add API kconfig file
[people/ms/u-boot.git] / api / Kconfig
diff --git a/api/Kconfig b/api/Kconfig
new file mode 100644 (file)
index 0000000..16731d3
--- /dev/null
@@ -0,0 +1,9 @@
+menu "API"
+
+config API
+       bool "Enable U-Boot API"
+       default n
+       help
+         This option enables the U-Boot API. See api/README for more information.
+
+endmenu