mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-03 01:23:29 +08:00
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
|
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
|