Kconfig (5d43889c07bb38694742936aa70d1187c012e198) | Kconfig (bf98c1eac1d4a6bcf00532e4fa41d8126cd6c187) |
---|---|
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_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 7 select ARCH_HAVE_CUSTOM_GPIO_H 8 select ARCH_MIGHT_HAVE_PC_PARPORT --- 630 unchanged lines hidden (view full) --- 639 select GENERIC_CLOCKEVENTS 640 help 641 Support for Qualcomm MSM/QSD based systems. This runs on the 642 apps processor of the MSM/QSD and depends on a shared memory 643 interface to the modem processor which runs the baseband 644 stack and controls some vital subsystems 645 (clock and power control, etc). 646 | 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_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 7 select ARCH_HAVE_CUSTOM_GPIO_H 8 select ARCH_MIGHT_HAVE_PC_PARPORT --- 630 unchanged lines hidden (view full) --- 639 select GENERIC_CLOCKEVENTS 640 help 641 Support for Qualcomm MSM/QSD based systems. This runs on the 642 apps processor of the MSM/QSD and depends on a shared memory 643 interface to the modem processor which runs the baseband 644 stack and controls some vital subsystems 645 (clock and power control, etc). 646 |
647config ARCH_SHMOBILE 648 bool "Renesas SH-Mobile / R-Mobile" | 647config ARCH_SHMOBILE_LEGACY 648 bool "Renesas SH-Mobile / R-Mobile (non-multiplatform)" 649 select ARCH_SHMOBILE |
649 select ARM_PATCH_PHYS_VIRT 650 select CLKDEV_LOOKUP 651 select GENERIC_CLOCKEVENTS 652 select HAVE_ARM_SCU if SMP 653 select HAVE_ARM_TWD if SMP 654 select HAVE_MACH_CLKDEV 655 select HAVE_SMP 656 select MIGHT_HAVE_CACHE_L2X0 657 select MULTI_IRQ_HANDLER 658 select NO_IOPORT 659 select PINCTRL 660 select PM_GENERIC_DOMAINS if PM 661 select SPARSE_IRQ 662 help | 650 select ARM_PATCH_PHYS_VIRT 651 select CLKDEV_LOOKUP 652 select GENERIC_CLOCKEVENTS 653 select HAVE_ARM_SCU if SMP 654 select HAVE_ARM_TWD if SMP 655 select HAVE_MACH_CLKDEV 656 select HAVE_SMP 657 select MIGHT_HAVE_CACHE_L2X0 658 select MULTI_IRQ_HANDLER 659 select NO_IOPORT 660 select PINCTRL 661 select PM_GENERIC_DOMAINS if PM 662 select SPARSE_IRQ 663 help |
663 Support for Renesas's SH-Mobile and R-Mobile ARM platforms. | 664 Support for Renesas's SH-Mobile and R-Mobile ARM platforms using 665 a non-multiplatform kernel. |
664 665config ARCH_RPC 666 bool "RiscPC" 667 select ARCH_ACORN 668 select ARCH_MAY_HAVE_PC_FDC 669 select ARCH_SPARSEMEM_ENABLE 670 select ARCH_USES_GETTIMEOFFSET 671 select FIQ --- 934 unchanged lines hidden (view full) --- 1606 1607source kernel/Kconfig.preempt 1608 1609config HZ_FIXED 1610 int 1611 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \ 1612 ARCH_S5PV210 || ARCH_EXYNOS4 1613 default AT91_TIMER_HZ if ARCH_AT91 | 666 667config ARCH_RPC 668 bool "RiscPC" 669 select ARCH_ACORN 670 select ARCH_MAY_HAVE_PC_FDC 671 select ARCH_SPARSEMEM_ENABLE 672 select ARCH_USES_GETTIMEOFFSET 673 select FIQ --- 934 unchanged lines hidden (view full) --- 1608 1609source kernel/Kconfig.preempt 1610 1611config HZ_FIXED 1612 int 1613 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \ 1614 ARCH_S5PV210 || ARCH_EXYNOS4 1615 default AT91_TIMER_HZ if ARCH_AT91 |
1614 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE | 1616 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE_LEGACY |
1615 default 0 1616 1617choice 1618 depends on HZ_FIXED = 0 1619 prompt "Timer frequency" 1620 1621config HZ_100 1622 bool "100 Hz" --- 168 unchanged lines hidden (view full) --- 1791 depends on ARM_LPAE 1792 1793config ARCH_WANT_GENERAL_HUGETLB 1794 def_bool y 1795 1796source "mm/Kconfig" 1797 1798config FORCE_MAX_ZONEORDER | 1617 default 0 1618 1619choice 1620 depends on HZ_FIXED = 0 1621 prompt "Timer frequency" 1622 1623config HZ_100 1624 bool "100 Hz" --- 168 unchanged lines hidden (view full) --- 1793 depends on ARM_LPAE 1794 1795config ARCH_WANT_GENERAL_HUGETLB 1796 def_bool y 1797 1798source "mm/Kconfig" 1799 1800config FORCE_MAX_ZONEORDER |
1799 int "Maximum zone order" if ARCH_SHMOBILE 1800 range 11 64 if ARCH_SHMOBILE | 1801 int "Maximum zone order" if ARCH_SHMOBILE_LEGACY 1802 range 11 64 if ARCH_SHMOBILE_LEGACY |
1801 default "12" if SOC_AM33XX 1802 default "9" if SA1111 1803 default "11" 1804 help 1805 The kernel memory allocator divides physically contiguous memory 1806 blocks into "zones", where each zone is a power of two number of 1807 pages. This option selects the largest power of two that the kernel 1808 keeps in the memory allocator. If you need to allocate very large --- 466 unchanged lines hidden --- | 1803 default "12" if SOC_AM33XX 1804 default "9" if SA1111 1805 default "11" 1806 help 1807 The kernel memory allocator divides physically contiguous memory 1808 blocks into "zones", where each zone is a power of two number of 1809 pages. This option selects the largest power of two that the kernel 1810 keeps in the memory allocator. If you need to allocate very large --- 466 unchanged lines hidden --- |