| Kconfig (02ea21331e6e516b30eff563b98c742e9cadb373) | Kconfig (a5d533ee07690b9f904ca7b3732eed3d1134d4bc) |
|---|---|
| 1config ARM 2 bool 3 default y 4 select ARCH_BINFMT_ELF_RANDOMIZE_PIE 5 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 6 select ARCH_HAVE_CUSTOM_GPIO_H 7 select ARCH_WANT_IPC_PARSE_VERSION 8 select BUILDTIME_EXTABLE_SORT if MMU --- 1436 unchanged lines hidden (view full) --- 1445 (MCA) or VESA. ISA is an older system, now being displaced by PCI; 1446 newer boards don't support it. If you have ISA, say Y, otherwise N. 1447 1448# Select ISA DMA controller support 1449config ISA_DMA 1450 bool 1451 select ISA_DMA_API 1452 | 1config ARM 2 bool 3 default y 4 select ARCH_BINFMT_ELF_RANDOMIZE_PIE 5 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 6 select ARCH_HAVE_CUSTOM_GPIO_H 7 select ARCH_WANT_IPC_PARSE_VERSION 8 select BUILDTIME_EXTABLE_SORT if MMU --- 1436 unchanged lines hidden (view full) --- 1445 (MCA) or VESA. ISA is an older system, now being displaced by PCI; 1446 newer boards don't support it. If you have ISA, say Y, otherwise N. 1447 1448# Select ISA DMA controller support 1449config ISA_DMA 1450 bool 1451 select ISA_DMA_API 1452 |
| 1453config ARCH_NO_VIRT_TO_BUS 1454 def_bool y 1455 depends on !ARCH_RPC && !ARCH_NETWINDER && !ARCH_SHARK 1456 |
|
| 1453# Select ISA DMA interface 1454config ISA_DMA_API 1455 bool 1456 1457config PCI 1458 bool "PCI support" if MIGHT_HAVE_PCI 1459 help 1460 Find out whether you have a PCI motherboard. PCI is the name of a --- 184 unchanged lines hidden (view full) --- 1645 If unsure, leave the default value. 1646 1647source kernel/Kconfig.preempt 1648 1649config HZ 1650 int 1651 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \ 1652 ARCH_S5PV210 || ARCH_EXYNOS4 | 1457# Select ISA DMA interface 1458config ISA_DMA_API 1459 bool 1460 1461config PCI 1462 bool "PCI support" if MIGHT_HAVE_PCI 1463 help 1464 Find out whether you have a PCI motherboard. PCI is the name of a --- 184 unchanged lines hidden (view full) --- 1649 If unsure, leave the default value. 1650 1651source kernel/Kconfig.preempt 1652 1653config HZ 1654 int 1655 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \ 1656 ARCH_S5PV210 || ARCH_EXYNOS4 |
| 1657 default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER |
|
| 1653 default AT91_TIMER_HZ if ARCH_AT91 1654 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE 1655 default 100 1656 1657config THUMB2_KERNEL 1658 bool "Compile the kernel in Thumb-2 mode" 1659 depends on CPU_V7 && !CPU_V6 && !CPU_V6K 1660 select AEABI --- 663 unchanged lines hidden --- | 1658 default AT91_TIMER_HZ if ARCH_AT91 1659 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE 1660 default 100 1661 1662config THUMB2_KERNEL 1663 bool "Compile the kernel in Thumb-2 mode" 1664 depends on CPU_V7 && !CPU_V6 && !CPU_V6K 1665 select AEABI --- 663 unchanged lines hidden --- |