Skip to content

Commit

Permalink
selftests/sync: Remove the deprecated config SYNC
Browse files Browse the repository at this point in the history
SYNC was removed since
aff9da1 ("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>
  • Loading branch information
Li Zhijian authored and Shuah Khan committed Aug 31, 2021
1 parent 7ce0507 commit 00712d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/testing/selftests/sync/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CONFIG_STAGING=y
CONFIG_ANDROID=y
CONFIG_SYNC=y
CONFIG_SW_SYNC=y

0 comments on commit 00712d0

Please sign in to comment.