diff options
Diffstat (limited to 'arch/i386/kernel/cpu/cpufreq')
-rw-r--r-- | arch/i386/kernel/cpu/cpufreq/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/Kconfig b/arch/i386/kernel/cpu/cpufreq/Kconfig index 094118ba00da..d8c6f132dc7a 100644 --- a/arch/i386/kernel/cpu/cpufreq/Kconfig +++ b/arch/i386/kernel/cpu/cpufreq/Kconfig | |||
@@ -92,7 +92,7 @@ config X86_POWERNOW_K8 | |||
92 | config X86_POWERNOW_K8_ACPI | 92 | config X86_POWERNOW_K8_ACPI |
93 | bool "ACPI Support" | 93 | bool "ACPI Support" |
94 | select ACPI_PROCESSOR | 94 | select ACPI_PROCESSOR |
95 | depends on X86_POWERNOW_K8 | 95 | depends on ACPI && X86_POWERNOW_K8 |
96 | default y | 96 | default y |
97 | help | 97 | help |
98 | This provides access to the K8s Processor Performance States via ACPI. | 98 | This provides access to the K8s Processor Performance States via ACPI. |