Kconfig (bf5308344527d015ac9a6d2bda4ad4d40fd7d943) Kconfig (786d35d45cc40b2a51a18f73e14e135d47fdced7)
1config ARM
2 bool
3 default y
4 select ARCH_HAVE_CUSTOM_GPIO_H
5 select HAVE_AOUT
6 select HAVE_DMA_API_DEBUG
7 select HAVE_IDE if PCI || ISA || PCMCIA
8 select HAVE_DMA_ATTRS

--- 35 unchanged lines hidden (view full) ---

44 select GENERIC_PCI_IOMAP
45 select HAVE_BPF_JIT
46 select GENERIC_SMP_IDLE_THREAD
47 select KTIME_SCALAR
48 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
49 select GENERIC_STRNCPY_FROM_USER
50 select GENERIC_STRNLEN_USER
51 select DCACHE_WORD_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && !CPU_BIG_ENDIAN
1config ARM
2 bool
3 default y
4 select ARCH_HAVE_CUSTOM_GPIO_H
5 select HAVE_AOUT
6 select HAVE_DMA_API_DEBUG
7 select HAVE_IDE if PCI || ISA || PCMCIA
8 select HAVE_DMA_ATTRS

--- 35 unchanged lines hidden (view full) ---

44 select GENERIC_PCI_IOMAP
45 select HAVE_BPF_JIT
46 select GENERIC_SMP_IDLE_THREAD
47 select KTIME_SCALAR
48 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
49 select GENERIC_STRNCPY_FROM_USER
50 select GENERIC_STRNLEN_USER
51 select DCACHE_WORD_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && !CPU_BIG_ENDIAN
52 select HAVE_MOD_ARCH_SPECIFIC if ARM_UNWIND
53 select MODULES_USE_ELF_REL
52 help
53 The ARM series is a line of low-power-consumption RISC chip designs
54 licensed by ARM Ltd and targeted at embedded applications and
55 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
56 manufactured, but legacy ARM-based PC hardware remains popular in
57 Europe. There is an ARM Linux project with a web page at
58 <http://www.arm.linux.org.uk/>.
59

--- 2279 unchanged lines hidden ---
54 help
55 The ARM series is a line of low-power-consumption RISC chip designs
56 licensed by ARM Ltd and targeted at embedded applications and
57 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
58 manufactured, but legacy ARM-based PC hardware remains popular in
59 Europe. There is an ARM Linux project with a web page at
60 <http://www.arm.linux.org.uk/>.
61

--- 2279 unchanged lines hidden ---