Kconfig (3d06770eef43eaad606e77246bfcc7e82b1d9fb4) | Kconfig (e590b91e8a6225a96f3f6438c4cea3682f16b515) |
---|---|
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 | 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_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST | |
8 select ARCH_WANT_IPC_PARSE_VERSION 9 select BUILDTIME_EXTABLE_SORT if MMU 10 select CPU_PM if (SUSPEND || CPU_IDLE) 11 select DCACHE_WORD_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && !CPU_BIG_ENDIAN && MMU 12 select GENERIC_ATOMIC64 if (CPU_V6 || !CPU_32v6K || !AEABI) 13 select GENERIC_CLOCKEVENTS_BROADCAST if SMP 14 select GENERIC_IRQ_PROBE 15 select GENERIC_IRQ_SHOW --- 1617 unchanged lines hidden (view full) --- 1633 "thundering herd" at every timer tick. 1634 1635config ARCH_NR_GPIO 1636 int 1637 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA 1638 default 355 if ARCH_U8500 1639 default 264 if MACH_H4700 1640 default 512 if SOC_OMAP5 | 7 select ARCH_WANT_IPC_PARSE_VERSION 8 select BUILDTIME_EXTABLE_SORT if MMU 9 select CPU_PM if (SUSPEND || CPU_IDLE) 10 select DCACHE_WORD_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && !CPU_BIG_ENDIAN && MMU 11 select GENERIC_ATOMIC64 if (CPU_V6 || !CPU_32v6K || !AEABI) 12 select GENERIC_CLOCKEVENTS_BROADCAST if SMP 13 select GENERIC_IRQ_PROBE 14 select GENERIC_IRQ_SHOW --- 1617 unchanged lines hidden (view full) --- 1632 "thundering herd" at every timer tick. 1633 1634config ARCH_NR_GPIO 1635 int 1636 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA 1637 default 355 if ARCH_U8500 1638 default 264 if MACH_H4700 1639 default 512 if SOC_OMAP5 |
1641 default 288 if ARCH_VT8500 | 1640 default 288 if ARCH_VT8500 || ARCH_SUNXI |
1642 default 0 1643 help 1644 Maximum number of GPIOs in the system. 1645 1646 If unsure, leave the default value. 1647 1648source kernel/Kconfig.preempt 1649 --- 676 unchanged lines hidden --- | 1641 default 0 1642 help 1643 Maximum number of GPIOs in the system. 1644 1645 If unsure, leave the default value. 1646 1647source kernel/Kconfig.preempt 1648 --- 676 unchanged lines hidden --- |