Documentation: kunit: update kconfig options needed for UML coverage
authorDaniel Latypov <dlatypov@google.com>
Sat, 26 Mar 2022 00:33:56 +0000 (17:33 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 4 Apr 2022 22:42:38 +0000 (16:42 -0600)
commitb04d1a8dc7e7ff7ca91a20bef053bcc04265d83a
treed75a004c169c7b482e223487bfebd6e036d46385
parentcdebea6968faafa955b3cc9196003e7f17f78955
Documentation: kunit: update kconfig options needed for UML coverage

Recent changes have made it so the current set is not sufficient.
Namely, CONFIG_DEBUG_INFO is not being set even when explicitly asked.

Specifying a version of the debug info fixes this.
Pick CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT as an option that's
hopefully less fragile (esp. given we're tied to GCC 6 and lower).

Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Tested-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/running_tips.rst