diff options
author | Mark Brown <broonie@kernel.org> | 2023-07-12 02:21:52 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-07-13 18:20:28 +0300 |
commit | 47ee108a113c72ec8ceee2c7af52c19ed72e6ad7 (patch) | |
tree | 6837b716f25980c54dfcb1dc1dbc43bce6596abf /tools | |
parent | 875403a7b524e9523e49dd32662adbc3e48cc12a (diff) | |
download | linux-47ee108a113c72ec8ceee2c7af52c19ed72e6ad7.tar.xz |
regmap: Provide user selectable option to enable regmap
Since apparently enabling all the KUnit tests shouldn't enable any new
subsystems it is hard to enable the regmap KUnit tests in normal KUnit
testing scenarios that don't enable any drivers. Add a Kconfig option
to help with this and include it in the KUnit all tests config.
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230712-regmap-kunit-enable-v1-1-13e296bd0204@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/kunit/configs/all_tests.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config index 0393940c706a..873f3e06ccad 100644 --- a/tools/testing/kunit/configs/all_tests.config +++ b/tools/testing/kunit/configs/all_tests.config @@ -33,5 +33,7 @@ CONFIG_DAMON_PADDR=y CONFIG_DEBUG_FS=y CONFIG_DAMON_DBGFS=y +CONFIG_REGMAP_BUILD=y + CONFIG_SECURITY=y CONFIG_SECURITY_APPARMOR=y |