diff --git a/[refs] b/[refs] index 2ba4ae74427b..e33c493ccdcd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c33f543d320843e1732534c3931da4bbd18e6c14 +refs/heads/master: 0d2b54904d8db26663117ab82697cae5cdf56f72 diff --git a/trunk/arch/Kconfig b/trunk/arch/Kconfig index 4877a8c8ee16..fe48fc7a3eba 100644 --- a/trunk/arch/Kconfig +++ b/trunk/arch/Kconfig @@ -32,8 +32,9 @@ config HAVE_OPROFILE config KPROBES bool "Kprobes" - depends on KALLSYMS && MODULES + depends on MODULES depends on HAVE_KPROBES + select KALLSYMS help Kprobes allows you to trap at almost any kernel address and execute a callback function. register_kprobe() establishes @@ -45,7 +46,6 @@ config OPTPROBES def_bool y depends on KPROBES && HAVE_OPTPROBES depends on !PREEMPT - select KALLSYMS_ALL config HAVE_EFFICIENT_UNALIGNED_ACCESS bool