Kconfig: Remove all default n/no options
Similar change was done by commit b4c2c151b1 ("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 <michal.simek@amd.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Angelo Dureghello <angelo@kernel-space.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user