1# 2# KUnit base configuration 3# 4 5menuconfig KUNIT 6 bool "KUnit - Enable support for unit tests" 7 help 8 Enables support for kernel unit tests (KUnit), a lightweight unit 9 testing and mocking framework for the Linux kernel. These tests are 10 able to be run locally on a developer's workstation without a VM or 11 special hardware when using UML. Can also be used on most other 12 architectures. For more information, please see 13 Documentation/dev-tools/kunit/. 14