diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-02-09 16:51:25 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-02-09 16:51:25 +1100 |
commit | a9be5a59553a6b5d424d8ed37f058edfcc09a7d9 (patch) | |
tree | 9a06877913222d1d4f0ccc09c34d23a3b88d6e10 /lib/Kconfig | |
parent | eb27cd91f0b42319cd1cdefbed9ed7d87215890f (diff) | |
parent | 0cbe42d9fadb4e29daa00a86d7030488d9469912 (diff) |
Merge branch 'akpm-current/current'
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index a28604ea1429..c4d3db5cfce1 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -103,8 +103,7 @@ config CRC32 functions require M here. config CRC32_SELFTEST - bool "CRC32 perform self test on init" - default n + tristate "CRC32 perform self test on init" depends on CRC32 help This option enables the CRC32 library functions to perform a @@ -432,8 +431,7 @@ config GLOB depends on this. config GLOB_SELFTEST - bool "glob self-test on init" - default n + tristate "glob self-test on init" depends on GLOB help This option enables a simple self-test of the glob_match |