lib: make test_bitops compilable into the kernel image
authorYury Norov <yury.norov@gmail.com>
Thu, 2 May 2024 16:56:33 +0000 (09:56 -0700)
committerYury Norov <yury.norov@gmail.com>
Thu, 9 May 2024 16:25:08 +0000 (09:25 -0700)
commit77db1920a88103e8ef9ee58130df7c970aea3d17
treec1a6394762ea735bbedbf60c6e77f79213b8696e
parent1c2aa5619348f7573d6f2269e04fd1dac8eddc47
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>
lib/Kconfig.debug