1*1d202d14SDaniel Latypov# This config fragment enables coverage on UML, which is different from the
2*1d202d14SDaniel Latypov# normal gcov used in other arches (no debugfs).
3*1d202d14SDaniel Latypov# Example usage:
4*1d202d14SDaniel Latypov# ./tools/testing/kunit/kunit.py run \
5*1d202d14SDaniel Latypov#   --kunitconfig=tools/testing/kunit/configs/all_tests_uml.config \
6*1d202d14SDaniel Latypov#   --kunitconfig=tools/testing/kunit/configs/coverage_uml.config
7*1d202d14SDaniel Latypov
8*1d202d14SDaniel LatypovCONFIG_DEBUG_KERNEL=y
9*1d202d14SDaniel LatypovCONFIG_DEBUG_INFO=y
10*1d202d14SDaniel LatypovCONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
11*1d202d14SDaniel LatypovCONFIG_GCOV=y
12