Kconfig (5461bd81bf7f86503f393b0b1d57e69b1f1bd44e) | Kconfig (a5f4c561b3b19a9bc43a81da6382b0098ebbc1fb) |
---|---|
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 --- 174 unchanged lines hidden (view full) --- 183 bool 184 185config ARCH_HAS_ILOG2_U64 186 bool 187 188config ARCH_HAS_BANDGAP 189 bool 190 | 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 --- 174 unchanged lines hidden (view full) --- 183 bool 184 185config ARCH_HAS_ILOG2_U64 186 bool 187 188config ARCH_HAS_BANDGAP 189 bool 190 |
191config FIX_EARLYCON_MEM 192 def_bool y if MMU 193 |
|
191config GENERIC_HWEIGHT 192 bool 193 default y 194 195config GENERIC_CALIBRATE_DELAY 196 bool 197 default y 198 --- 1489 unchanged lines hidden (view full) --- 1688 vmalloc space and actual amount of RAM, you may not need this 1689 option which should result in a slightly faster kernel. 1690 1691 If unsure, say n. 1692 1693config HIGHPTE 1694 bool "Allocate 2nd-level pagetables from highmem" 1695 depends on HIGHMEM | 194config GENERIC_HWEIGHT 195 bool 196 default y 197 198config GENERIC_CALIBRATE_DELAY 199 bool 200 default y 201 --- 1489 unchanged lines hidden (view full) --- 1691 vmalloc space and actual amount of RAM, you may not need this 1692 option which should result in a slightly faster kernel. 1693 1694 If unsure, say n. 1695 1696config HIGHPTE 1697 bool "Allocate 2nd-level pagetables from highmem" 1698 depends on HIGHMEM |
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. --- 466 unchanged lines hidden --- | 1699 1700config HW_PERF_EVENTS 1701 bool "Enable hardware performance counter support for perf events" 1702 depends on PERF_EVENTS 1703 default y 1704 help 1705 Enable hardware performance counter support for perf events. If 1706 disabled, perf events will use software events only. --- 466 unchanged lines hidden --- |