Skip to content

Commit 77db192

Browse files
committed
lib: make test_bitops compilable into the kernel image
The test now is limited to be compiled as a module. There's no technical reason for it. Now that the test bears some performance benchmarks, it would be reasonable to run it at kernel load time, before userspace starts, to reduce possible jitter. Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com> Signed-off-by: Yury Norov <yury.norov@gmail.com>
1 parent 1c2aa56 commit 77db192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Kconfig.debug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2436,7 +2436,6 @@ config TEST_LKM
24362436

24372437
config TEST_BITOPS
24382438
tristate "Test module for compilation of bitops operations"
2439-
depends on m
24402439
help
24412440
This builds the "test_bitops" module that is much like the
24422441
TEST_LKM module except that it does a basic exercise of the

0 commit comments

Comments
 (0)