Commit e1a921f7 authored by Mario Limonciello's avatar Mario Limonciello
Browse files

cpufreq: amd-pstate: Make amd-pstate unit tests depend on amd-pstate

parent e8f555da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ config X86_AMD_PSTATE_DEFAULT_MODE
config X86_AMD_PSTATE_UT
	tristate "selftest for AMD Processor P-State driver"
	depends on X86 && ACPI_PROCESSOR
	depends on X86_AMD_PSTATE
	default n
	help
	  This kernel module is used for testing. It's safe to say M here.