mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
10 lines
151 B
Text
10 lines
151 B
Text
|
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
|