]> git.baikalelectronics.ru Git - kernel.git/commit
lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTS
authorAnders Roxell <anders.roxell@linaro.org>
Mon, 11 May 2020 13:14:29 +0000 (15:14 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 1 Jun 2020 20:23:50 +0000 (14:23 -0600)
commit254d92f1d35518066859cb9eb1a6c2fbeb6e1f52
tree3f12452c839af3e18c8ab97564aa6200c8b584a8
parent3910a72d0d8dd423d08bc80739fb05c4092f0805
lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTS

This makes it easier to enable all KUnit fragments.

Adding 'if !KUNIT_ALL_TESTS' so individual tests can not be turned off.
Therefore if KUNIT_ALL_TESTS is enabled that will hide the prompt in
menuconfig.

Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/Kconfig.debug