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)
commit5f215aab4ea0cf39e9fcdb721733a7814f3a3a50
tree3f12452c839af3e18c8ab97564aa6200c8b584a8
parentbeaed42c427dbe8fedba4518b2baf5203f5e398b
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