diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-08-21 21:57:18 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-22 10:52:48 -0700 |
commit | fd7338ef624fab2efbeb011c3e790693b4199c8e (patch) | |
tree | e62a212e3e1632e8f3c3738d0a0a41bcc2776f29 /lib/Kconfig | |
parent | d23599630b0fdecf3b676140a97619def16f2060 (diff) | |
download | blackbird-op-linux-fd7338ef624fab2efbeb011c3e790693b4199c8e.tar.gz blackbird-op-linux-fd7338ef624fab2efbeb011c3e790693b4199c8e.zip |
lib/Kconfig: remove 'default n' for tests
It seems contributors follow the style of Kconfig entries where explicit
'default n' is present. The default 'default' is 'n' already, thus, drop
these lines from Kconfig to make it more clear.
Link: http://lkml.kernel.org/r/20180719085131.79541-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Coly Li <colyli@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 9c10b9852563..a3928d4438b5 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -231,7 +231,6 @@ config AUDIT_COMPAT_GENERIC config RANDOM32_SELFTEST bool "PRNG perform self test on init" - default n help This option enables the 32 bit PRNG library functions to perform a self test on initialization. |