aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@csr.com>2008-10-20 11:07:19 -0400
committerDavid Vrabel <david.vrabel@csr.com>2008-10-20 11:07:19 -0400
commit61e0e79ee3c609eb34edf2fe023708cba6a79b1f (patch)
tree663deacffd4071120dc9badb70428fe5f124c7b9 /arch/Kconfig
parentc15895ef30c2c03e99802951787183039a349d32 (diff)
parent0cfd81031a26717fe14380d18275f8e217571615 (diff)
Merge branch 'master' into for-upstream
Conflicts: Documentation/ABI/testing/sysfs-bus-usb drivers/Makefile
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig32
1 files changed, 23 insertions, 9 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 364c6dadde0a..e6ab550bceb3 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -13,8 +13,22 @@ config OPROFILE
13 13
14 If unsure, say N. 14 If unsure, say N.
15 15
16config OPROFILE_IBS
17 bool "OProfile AMD IBS support (EXPERIMENTAL)"
18 default n
19 depends on OPROFILE && SMP && X86
20 help
21 Instruction-Based Sampling (IBS) is a new profiling
22 technique that provides rich, precise program performance
23 information. IBS is introduced by AMD Family10h processors
24 (AMD Opteron Quad-Core processor “Barcelona”) to overcome
25 the limitations of conventional performance counter
26 sampling.
27
28 If unsure, say N.
29
16config HAVE_OPROFILE 30config HAVE_OPROFILE
17 def_bool n 31 bool
18 32
19config KPROBES 33config KPROBES
20 bool "Kprobes" 34 bool "Kprobes"
@@ -28,7 +42,7 @@ config KPROBES
28 If in doubt, say "N". 42 If in doubt, say "N".
29 43
30config HAVE_EFFICIENT_UNALIGNED_ACCESS 44config HAVE_EFFICIENT_UNALIGNED_ACCESS
31 def_bool n 45 bool
32 help 46 help
33 Some architectures are unable to perform unaligned accesses 47 Some architectures are unable to perform unaligned accesses
34 without the use of get_unaligned/put_unaligned. Others are 48 without the use of get_unaligned/put_unaligned. Others are
@@ -51,13 +65,13 @@ config KRETPROBES
51 depends on KPROBES && HAVE_KRETPROBES 65 depends on KPROBES && HAVE_KRETPROBES
52 66
53config HAVE_IOREMAP_PROT 67config HAVE_IOREMAP_PROT
54 def_bool n 68 bool
55 69
56config HAVE_KPROBES 70config HAVE_KPROBES
57 def_bool n 71 bool
58 72
59config HAVE_KRETPROBES 73config HAVE_KRETPROBES
60 def_bool n 74 bool
61 75
62# 76#
63# An arch should select this if it provides all these things: 77# An arch should select this if it provides all these things:
@@ -75,16 +89,16 @@ config HAVE_KRETPROBES
75# signal delivery calls tracehook_signal_handler() 89# signal delivery calls tracehook_signal_handler()
76# 90#
77config HAVE_ARCH_TRACEHOOK 91config HAVE_ARCH_TRACEHOOK
78 def_bool n 92 bool
79 93
80config HAVE_DMA_ATTRS 94config HAVE_DMA_ATTRS
81 def_bool n 95 bool
82 96
83config USE_GENERIC_SMP_HELPERS 97config USE_GENERIC_SMP_HELPERS
84 def_bool n 98 bool
85 99
86config HAVE_CLK 100config HAVE_CLK
87 def_bool n 101 bool
88 help 102 help
89 The <linux/clk.h> calls support software clock gating and 103 The <linux/clk.h> calls support software clock gating and
90 thus are a key power management tool on many systems. 104 thus are a key power management tool on many systems.