summaryrefslogtreecommitdiff
blob: 1a7f2e14763a3d269552c4b2cf2f0c4c1e2d5aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From: jbeulich@novell.com
Subject: disallow CPUFREQ config options
Patch-mainline: obsolete

$subject says it all.

---
 arch/i386/Kconfig   |    2 ++
 arch/x86_64/Kconfig |    2 ++
 2 files changed, 4 insertions(+)

--- a/arch/i386/Kconfig	2007-08-27 14:01:27.000000000 -0400
+++ b/arch/i386/Kconfig	2007-08-27 14:01:48.000000000 -0400
@@ -1075,7 +1075,9 @@ config APM_REAL_MODE_POWER_OFF
 
 endif # APM
 
+if !X86_XEN
 source "arch/i386/kernel/cpu/cpufreq/Kconfig"
+endif
 
 endmenu
 
--- a/arch/x86_64/Kconfig	2007-08-27 14:01:27.000000000 -0400
+++ b/arch/x86_64/Kconfig	2007-08-27 14:01:27.000000000 -0400
@@ -728,7 +728,9 @@ endif
 
 source "drivers/acpi/Kconfig"
 
+if !X86_64_XEN
 source "arch/x86_64/kernel/cpufreq/Kconfig"
+endif
 
 endmenu