Kconfig.debug (dd08ebf6c3525a7ea2186e636df064ea47281987) | Kconfig.debug (1598955dfce242113c4ba2cbdb5d4c7c28695a70) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_XE_WERROR 3 bool "Force GCC to throw an error instead of a warning when compiling" 4 # As this may inadvertently break the build, only allow the user 5 # to shoot oneself in the foot iff they aim really hard 6 depends on EXPERT 7 # We use the dependency on !COMPILE_TEST to not be enabled in 8 # allmodconfig or allyesconfig configurations --- 49 unchanged lines hidden (view full) --- 58 Choose this option when debugging an unexpected job timeout 59 60 Recommended for driver developers only. 61 62 If in doubt, say "N". 63 64config DRM_XE_KUNIT_TEST 65 tristate "KUnit tests for the drm xe driver" if !KUNIT_ALL_TESTS | 1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_XE_WERROR 3 bool "Force GCC to throw an error instead of a warning when compiling" 4 # As this may inadvertently break the build, only allow the user 5 # to shoot oneself in the foot iff they aim really hard 6 depends on EXPERT 7 # We use the dependency on !COMPILE_TEST to not be enabled in 8 # allmodconfig or allyesconfig configurations --- 49 unchanged lines hidden (view full) --- 58 Choose this option when debugging an unexpected job timeout 59 60 Recommended for driver developers only. 61 62 If in doubt, say "N". 63 64config DRM_XE_KUNIT_TEST 65 tristate "KUnit tests for the drm xe driver" if !KUNIT_ALL_TESTS |
66 depends on DRM_XE && KUNIT | 66 depends on DRM_XE && KUNIT && DEBUG_FS |
67 default KUNIT_ALL_TESTS 68 select DRM_EXPORT_FOR_TESTS if m 69 help 70 Choose this option to allow the driver to perform selftests under 71 the kunit framework 72 73 Recommended for driver developers only. 74 --- 22 unchanged lines hidden --- | 67 default KUNIT_ALL_TESTS 68 select DRM_EXPORT_FOR_TESTS if m 69 help 70 Choose this option to allow the driver to perform selftests under 71 the kunit framework 72 73 Recommended for driver developers only. 74 --- 22 unchanged lines hidden --- |