diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1c5021002fe4..4f7bc3d4b186 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1701,12 +1701,8 @@ config HIGHPTE | |||
1701 | user-space 2nd level page tables to reside in high memory. | 1701 | user-space 2nd level page tables to reside in high memory. |
1702 | 1702 | ||
1703 | config HW_PERF_EVENTS | 1703 | config HW_PERF_EVENTS |
1704 | bool "Enable hardware performance counter support for perf events" | 1704 | def_bool y |
1705 | depends on PERF_EVENTS | 1705 | depends on ARM_PMU |
1706 | default y | ||
1707 | help | ||
1708 | Enable hardware performance counter support for perf events. If | ||
1709 | disabled, perf events will use software events only. | ||
1710 | 1706 | ||
1711 | config SYS_SUPPORTS_HUGETLBFS | 1707 | config SYS_SUPPORTS_HUGETLBFS |
1712 | def_bool y | 1708 | def_bool y |