mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
b4c2c151b1
default n/no doesn't need to be specified. It is default option anyway. Signed-off-by: Michal Simek <michal.simek@xilinx.com> [trini: Rework FSP_USE_UPD portion] Signed-off-by: Tom Rini <trini@konsulko.com>
8 lines
140 B
Text
8 lines
140 B
Text
menu "API"
|
|
|
|
config API
|
|
bool "Enable U-Boot API"
|
|
help
|
|
This option enables the U-Boot API. See api/README for more information.
|
|
|
|
endmenu
|