diff options
author | Li Zhijian <lizhijian@cn.fujitsu.com> | 2021-08-31 18:23:15 +0800 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2021-08-31 10:58:00 -0600 |
commit | 00712d01820fcc34052090eff41516c1e7f57382 (patch) | |
tree | 9b02d95046b873ecf38b3f28a835df20503ff36a /tools/testing/selftests/sync/config | |
parent | 7ce05074b93c7f130c48e04defa63d157adeb143 (diff) | |
download | linux-stable-00712d01820fcc34052090eff41516c1e7f57382.tar.gz linux-stable-00712d01820fcc34052090eff41516c1e7f57382.tar.bz2 linux-stable-00712d01820fcc34052090eff41516c1e7f57382.zip |
selftests/sync: Remove the deprecated config SYNC
SYNC was removed since
aff9da10e21 ("staging/android: make sync_timeline internal to sw_sync")
LKP/0Day will check if all configs listing under selftests are able to
be enabled properly.
For the missing configs, it will report something like:
LKP WARN miss config CONFIG_SYNC= of sync/config
- it's not reasonable to keep the deprecated configs.
- configs under kselftests are recommended by corresponding tests.
So if some configs are missing, it will impact the testing results
CC: Philip Li <philip.li@intel.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/sync/config')
-rw-r--r-- | tools/testing/selftests/sync/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/sync/config b/tools/testing/selftests/sync/config index 1ab7e8130db2..47ff5afc3727 100644 --- a/tools/testing/selftests/sync/config +++ b/tools/testing/selftests/sync/config @@ -1,4 +1,3 @@ CONFIG_STAGING=y CONFIG_ANDROID=y -CONFIG_SYNC=y CONFIG_SW_SYNC=y |