diff options
| author | Michal Simek <[email protected]> | 2023-10-25 09:25:37 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-30 15:32:49 -0400 |
| commit | 18370f14975ca4abb15cb9700f57d82587e620b4 (patch) | |
| tree | 4f87ec26a92a88669a1fb30ea637cac3f960c523 /drivers/memory | |
| parent | 54024c8021ab9ca50927e2c08df1bc95dd63d3f1 (diff) | |
Kconfig: Remove all default n/no options
Similar change was done by commit b4c2c151b14b ("Kconfig: Remove all
default n/no options") and again sync is required.
default n/no doesn't need to be specified. It is default option anyway.
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Svyatoslav Ryhel <[email protected]> # tegra
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Angelo Dureghello <[email protected]>
Diffstat (limited to 'drivers/memory')
| -rw-r--r-- | drivers/memory/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 22cb9d637c5..d10edd27746 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -61,7 +61,6 @@ config TI_GPMC if TI_GPMC config TI_GPMC_DEBUG bool "Debug Texas Instruments GPMC timings" - default n help Enable this to print GPMC timings before and after the GPMC registers are programmed. This should not be left enabled on production systems. |
