diff options
| author | Michal Simek <[email protected]> | 2021-08-27 08:48:10 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-31 17:47:49 -0400 |
| commit | b4c2c151b14b59a2403675526adf666710cade67 (patch) | |
| tree | 5a77847b716b361589d1df4ddc77ed3c84f340da /api | |
| parent | 7cfbba36e9f84312afe8cd6d12db4e9e9c1e04b5 (diff) | |
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 <[email protected]>
[trini: Rework FSP_USE_UPD portion]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'api')
| -rw-r--r-- | api/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/Kconfig b/api/Kconfig index 16731d3b4b3..382aa4ad3f0 100644 --- a/api/Kconfig +++ b/api/Kconfig @@ -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. |
