lib: add module support to array-based sort tests
Allow to compile the array-based sort test code either to a loadable module, or builtin into the kernel. Link: http://lkml.kernel.org/r/1488287219-15832-3-git-send-email-geert@linux-m68k.org Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
ebd03a9aac
commit
5c4e679898
|
@ -1728,10 +1728,11 @@ config TEST_LIST_SORT
|
|||
If unsure, say N.
|
||||
|
||||
config TEST_SORT
|
||||
bool "Array-based sort test"
|
||||
depends on DEBUG_KERNEL
|
||||
tristate "Array-based sort test"
|
||||
depends on DEBUG_KERNEL || m
|
||||
help
|
||||
This option enables the self-test function of 'sort()' at boot.
|
||||
This option enables the self-test function of 'sort()' at boot,
|
||||
or at module load time.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
|
|
Loading…
Reference in New Issue