diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/api/Kconfig b/api/Kconfig new file mode 100644 index 00000000000..16731d3b4b3 --- /dev/null +++ b/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 |