diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-12-16 12:33:49 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-16 12:33:49 -0500 |
commit | ee1156c11a1121e118b0a7f2dec240f0d421b1fd (patch) | |
tree | b8771cc5a9758af9d7410fc519227c036c222130 /arch/microblaze/Kconfig | |
parent | b9f8fcd55bbdb037e5332dbdb7b494f0b70861ac (diff) | |
parent | 8bea8672edfca7ec5f661cafb218f1205863b343 (diff) |
Merge branch 'linus' into sched/urgent
Conflicts:
kernel/sched_idletask.c
Merge reason: resolve the conflicts, pick up latest changes.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index bbd8327f1890..fd53e500be67 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig | |||
@@ -6,8 +6,15 @@ mainmenu "Linux/Microblaze Kernel Configuration" | |||
6 | config MICROBLAZE | 6 | config MICROBLAZE |
7 | def_bool y | 7 | def_bool y |
8 | select HAVE_LMB | 8 | select HAVE_LMB |
9 | select HAVE_FUNCTION_TRACER | ||
10 | select HAVE_FUNCTION_TRACE_MCOUNT_TEST | ||
11 | select HAVE_FUNCTION_GRAPH_TRACER | ||
12 | select HAVE_DYNAMIC_FTRACE | ||
13 | select HAVE_FTRACE_MCOUNT_RECORD | ||
9 | select USB_ARCH_HAS_EHCI | 14 | select USB_ARCH_HAS_EHCI |
10 | select ARCH_WANT_OPTIONAL_GPIOLIB | 15 | select ARCH_WANT_OPTIONAL_GPIOLIB |
16 | select HAVE_OPROFILE | ||
17 | select TRACING_SUPPORT | ||
11 | 18 | ||
12 | config SWAP | 19 | config SWAP |
13 | def_bool n | 20 | def_bool n |
@@ -57,12 +64,24 @@ config GENERIC_GPIO | |||
57 | config GENERIC_CSUM | 64 | config GENERIC_CSUM |
58 | def_bool y | 65 | def_bool y |
59 | 66 | ||
67 | config STACKTRACE_SUPPORT | ||
68 | def_bool y | ||
69 | |||
70 | config LOCKDEP_SUPPORT | ||
71 | def_bool y | ||
72 | |||
73 | config HAVE_LATENCYTOP_SUPPORT | ||
74 | def_bool y | ||
75 | |||
60 | config PCI | 76 | config PCI |
61 | def_bool n | 77 | def_bool n |
62 | 78 | ||
63 | config NO_DMA | 79 | config NO_DMA |
64 | def_bool y | 80 | def_bool y |
65 | 81 | ||
82 | config DTC | ||
83 | def_bool y | ||
84 | |||
66 | source "init/Kconfig" | 85 | source "init/Kconfig" |
67 | 86 | ||
68 | source "kernel/Kconfig.freezer" | 87 | source "kernel/Kconfig.freezer" |