Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59207
b: refs/heads/master
c: e8666b2
h: refs/heads/master
i:
  59205: 09a668f
  59203: 6bc3abf
  59199: 3e51da3
v: v3
  • Loading branch information
Joshua Hoblitt authored and Dave Jones committed Jun 6, 2007
1 parent d81a731 commit a1fe5e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 275bc6b7f6429afb8d7a883c2e267547dd899066
refs/heads/master: e8666b2718fdb5bf0ea7c3126f7e292bbbf2946b
13 changes: 10 additions & 3 deletions trunk/arch/i386/kernel/cpu/cpufreq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,17 @@ config X86_POWERNOW_K8
If in doubt, say N.

config X86_POWERNOW_K8_ACPI
bool
depends on X86_POWERNOW_K8 && ACPI_PROCESSOR
depends on !(X86_POWERNOW_K8 = y && ACPI_PROCESSOR = m)
bool "ACPI Support"
select ACPI_PROCESSOR
depends on X86_POWERNOW_K8
default y
help
This provides access to the K8s Processor Performance States via ACPI.
This driver is probably required for CPUFreq to work with multi-socket and
SMP systems. It is not required on at least some single-socket yet
multi-core systems, even if SMP is enabled.

It is safe to say Y here.

config X86_GX_SUSPMOD
tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation"
Expand Down

0 comments on commit a1fe5e0

Please sign in to comment.