cpufreq: amd-pstate: Set default governor to schedutil
authorMario Limonciello <mario.limonciello@amd.com>
Mon, 12 Jun 2023 13:26:48 +0000 (09:26 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 20 Jun 2023 10:18:08 +0000 (12:18 +0200)
commita4ba10bf6855bf9381fe2365ec9c3af84c1fa7db
treea48fb99004edd12a8756398c753e92ce06935894
parentf4aad639302a07454dcb23b408dcadf8a9efb031
cpufreq: amd-pstate: Set default governor to schedutil

The Kconfig currently defaults the governor to schedutil on x86_64
only when intel-pstate and SMP have been selected.

If the kernel is built only with amd-pstate, the default governor
should also be schedutil.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Tested-by: Perry Yuan <Perry.Yuan@amd.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/Kconfig