Kconfig (5b929bd11df23922daf1be5d52731cc3900c1d79) | Kconfig (fa8ad7889d83bcf0a6cdbf6d3622f3ec019cde14) |
---|---|
1config ARM 2 bool 3 default y 4 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 5 select ARCH_HAS_ELF_RANDOMIZE 6 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 7 select ARCH_HAVE_CUSTOM_GPIO_H 8 select ARCH_HAS_GCOV_PROFILE_ALL --- 1687 unchanged lines hidden (view full) --- 1696 help 1697 The VM uses one page of physical memory for each page table. 1698 For systems with a lot of processes, this can use a lot of 1699 precious low memory, eventually leading to low memory being 1700 consumed by page tables. Setting this option will allow 1701 user-space 2nd level page tables to reside in high memory. 1702 1703config HW_PERF_EVENTS | 1config ARM 2 bool 3 default y 4 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 5 select ARCH_HAS_ELF_RANDOMIZE 6 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 7 select ARCH_HAVE_CUSTOM_GPIO_H 8 select ARCH_HAS_GCOV_PROFILE_ALL --- 1687 unchanged lines hidden (view full) --- 1696 help 1697 The VM uses one page of physical memory for each page table. 1698 For systems with a lot of processes, this can use a lot of 1699 precious low memory, eventually leading to low memory being 1700 consumed by page tables. Setting this option will allow 1701 user-space 2nd level page tables to reside in high memory. 1702 1703config HW_PERF_EVENTS |
1704 bool "Enable hardware performance counter support for perf events" 1705 depends on PERF_EVENTS 1706 default y 1707 help 1708 Enable hardware performance counter support for perf events. If 1709 disabled, perf events will use software events only. | 1704 def_bool y 1705 depends on ARM_PMU |
1710 1711config SYS_SUPPORTS_HUGETLBFS 1712 def_bool y 1713 depends on ARM_LPAE 1714 1715config HAVE_ARCH_TRANSPARENT_HUGEPAGE 1716 def_bool y 1717 depends on ARM_LPAE --- 458 unchanged lines hidden --- | 1706 1707config SYS_SUPPORTS_HUGETLBFS 1708 def_bool y 1709 depends on ARM_LPAE 1710 1711config HAVE_ARCH_TRANSPARENT_HUGEPAGE 1712 def_bool y 1713 depends on ARM_LPAE --- 458 unchanged lines hidden --- |