diff options
| -rw-r--r-- | arch/Kconfig | 4 | ||||
| -rw-r--r-- | arch/x86/Kconfig | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index d82875820a15..9d055b4f0585 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
| @@ -135,9 +135,7 @@ config HAVE_DEFAULT_NO_SPIN_MUTEXES | |||
| 135 | 135 | ||
| 136 | config HAVE_HW_BREAKPOINT | 136 | config HAVE_HW_BREAKPOINT |
| 137 | bool | 137 | bool |
| 138 | depends on HAVE_PERF_EVENTS | 138 | depends on PERF_EVENTS |
| 139 | select ANON_INODES | ||
| 140 | select PERF_EVENTS | ||
| 141 | 139 | ||
| 142 | config HAVE_USER_RETURN_NOTIFIER | 140 | config HAVE_USER_RETURN_NOTIFIER |
| 143 | bool | 141 | bool |
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3b2a5aca4edb..55298e891571 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
| @@ -50,6 +50,8 @@ config X86 | |||
| 50 | select HAVE_KERNEL_BZIP2 | 50 | select HAVE_KERNEL_BZIP2 |
| 51 | select HAVE_KERNEL_LZMA | 51 | select HAVE_KERNEL_LZMA |
| 52 | select HAVE_HW_BREAKPOINT | 52 | select HAVE_HW_BREAKPOINT |
| 53 | select PERF_EVENTS | ||
| 54 | select ANON_INODES | ||
| 53 | select HAVE_ARCH_KMEMCHECK | 55 | select HAVE_ARCH_KMEMCHECK |
| 54 | select HAVE_USER_RETURN_NOTIFIER | 56 | select HAVE_USER_RETURN_NOTIFIER |
| 55 | 57 | ||
