Documentation: kunit: Update Kconfig parts for KUNIT's module support
authorSeongJae Park <sjpark@amazon.de>
Wed, 21 Oct 2020 19:25:18 +0000 (21:25 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 26 Oct 2020 19:24:46 +0000 (13:24 -0600)
commitf0b62039bf7f998fb3f1369ac70dbe571c74f9d8
tree8f6329f15aebc26743a25c2dcd27815875808bf5
parent7f32b10c6b461a369b9741623cd3f722134066f0
Documentation: kunit: Update Kconfig parts for KUNIT's module support

If 'CONFIG_KUNIT=m', letting kunit tests that do not support loadable
module build depends on 'KUNIT' instead of 'KUNIT=y' result in compile
errors.  This commit updates the document for this.

Fixes: 9fe124bf1b77 ("kunit: allow kunit to be loaded as a module")
Signed-off-by: SeongJae Park <sjpark@amazon.de>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/start.rst
Documentation/dev-tools/kunit/usage.rst