]> Git Repo - linux.git/commitdiff
selftests/cpufreq: Rename DEBUG_PI_LIST to DEBUG_PLIST
authorLi Zhijian <[email protected]>
Tue, 31 Aug 2021 10:23:16 +0000 (18:23 +0800)
committerShuah Khan <[email protected]>
Tue, 31 Aug 2021 17:00:02 +0000 (11:00 -0600)
DEBUG_PI_LIST was renamed to DEBUG_PLIST since
8e18faeac3 ("lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST")

- 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: "Rafael J. Wysocki" <[email protected]>
CC: Viresh Kumar <[email protected]>
CC: [email protected]
Signed-off-by: Li Zhijian <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
tools/testing/selftests/cpufreq/config

index 27ff72ebd0f54ba4fec9d3a3a594a9e3608ee7e7..75e900793e8a9b315f7502c39a27434099ab59fd 100644 (file)
@@ -6,7 +6,7 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
 CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
 CONFIG_DEBUG_RT_MUTEXES=y
-CONFIG_DEBUG_PI_LIST=y
+CONFIG_DEBUG_PLIST=y
 CONFIG_DEBUG_SPINLOCK=y
 CONFIG_DEBUG_MUTEXES=y
 CONFIG_DEBUG_LOCK_ALLOC=y
This page took 0.090682 seconds and 4 git commands to generate.