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/crypto | |
| 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/crypto')
| -rw-r--r-- | drivers/crypto/fsl/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/fsl/Kconfig b/drivers/crypto/fsl/Kconfig index 91a51cc5fe7..eaad19633f1 100644 --- a/drivers/crypto/fsl/Kconfig +++ b/drivers/crypto/fsl/Kconfig @@ -77,7 +77,6 @@ endif config FSL_DCP_RNG bool "Enable Random Number Generator support" depends on DM_RNG - default n help Enable support for the hardware based random number generator module of the DCP. It uses the True Random Number Generator (TRNG) |
