u-boot/api/Kconfig
Michal Simek b4c2c151b1 Kconfig: Remove all default n/no options
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>
2021-08-31 17:47:49 -04:00

9 lines
140 B
Plaintext

menu "API"
config API
bool "Enable U-Boot API"
help
This option enables the U-Boot API. See api/README for more information.
endmenu