aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/api/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/api/Kconfig')
-rw-r--r--roms/u-boot/api/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/api/Kconfig b/roms/u-boot/api/Kconfig
new file mode 100644
index 000000000..16731d3b4
--- /dev/null
+++ b/roms/u-boot/api/Kconfig
@@ -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