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>
This commit is contained in:
Michal Simek
2021-08-27 08:48:10 +02:00
committed by Tom Rini
parent 7cfbba36e9
commit b4c2c151b1
65 changed files with 1 additions and 224 deletions

View File

@@ -2,7 +2,6 @@ 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.