Kconfig (98e52c373cdc1239a9ec6a2763f519cc1d99dcbc) | Kconfig (19852e59002fbba1c2c6ba0f154095a37ad2ac03) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux Kernel Configuration" 7 8config ARM --- 12 unchanged lines hidden (view full) --- 21 select HAVE_FUNCTION_TRACER if (!XIP_KERNEL) 22 select HAVE_GENERIC_DMA_COHERENT 23 select HAVE_KERNEL_GZIP 24 select HAVE_KERNEL_LZO 25 select HAVE_KERNEL_LZMA 26 select HAVE_PERF_EVENTS 27 select PERF_USE_VMALLOC 28 select HAVE_REGS_AND_STACK_ACCESS_API | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux Kernel Configuration" 7 8config ARM --- 12 unchanged lines hidden (view full) --- 21 select HAVE_FUNCTION_TRACER if (!XIP_KERNEL) 22 select HAVE_GENERIC_DMA_COHERENT 23 select HAVE_KERNEL_GZIP 24 select HAVE_KERNEL_LZO 25 select HAVE_KERNEL_LZMA 26 select HAVE_PERF_EVENTS 27 select PERF_USE_VMALLOC 28 select HAVE_REGS_AND_STACK_ACCESS_API |
29 select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V7)) |
|
29 help 30 The ARM series is a line of low-power-consumption RISC chip designs 31 licensed by ARM Ltd and targeted at embedded applications and 32 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer 33 manufactured, but legacy ARM-based PC hardware remains popular in 34 Europe. There is an ARM Linux project with a web page at 35 <http://www.arm.linux.org.uk/>. 36 --- 1826 unchanged lines hidden --- | 30 help 31 The ARM series is a line of low-power-consumption RISC chip designs 32 licensed by ARM Ltd and targeted at embedded applications and 33 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer 34 manufactured, but legacy ARM-based PC hardware remains popular in 35 Europe. There is an ARM Linux project with a web page at 36 <http://www.arm.linux.org.uk/>. 37 --- 1826 unchanged lines hidden --- |