Kconfig (2cae3a1ed36ded9b4c8859feeea73827f1c2130d) | Kconfig (da6b21e97e39d42f90ab490ce7b54a0fe2c3fe35) |
---|---|
1config ARM 2 bool 3 default y 4 select ARCH_CLOCKSOURCE_DATA 5 select ARCH_HAS_DEVMEM_IS_ALLOWED 6 select ARCH_HAS_ELF_RANDOMIZE 7 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 8 select ARCH_HAVE_CUSTOM_GPIO_H --- 689 unchanged lines hidden (view full) --- 698 699config ARCH_VIRT 700 bool "Dummy Virtual Machine" 701 depends on ARCH_MULTI_V7 702 select ARM_AMBA 703 select ARM_GIC 704 select ARM_GIC_V2M if PCI 705 select ARM_GIC_V3 | 1config ARM 2 bool 3 default y 4 select ARCH_CLOCKSOURCE_DATA 5 select ARCH_HAS_DEVMEM_IS_ALLOWED 6 select ARCH_HAS_ELF_RANDOMIZE 7 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 8 select ARCH_HAVE_CUSTOM_GPIO_H --- 689 unchanged lines hidden (view full) --- 698 699config ARCH_VIRT 700 bool "Dummy Virtual Machine" 701 depends on ARCH_MULTI_V7 702 select ARM_AMBA 703 select ARM_GIC 704 select ARM_GIC_V2M if PCI 705 select ARM_GIC_V3 |
706 select ARM_GIC_V3_ITS if PCI | |
707 select ARM_PSCI 708 select HAVE_ARM_ARCH_TIMER 709 710# 711# This is sorted alphabetically by mach-* pathname. However, plat-* 712# Kconfigs may be included either alphabetically (according to the 713# plat- suffix) or along side the corresponding mach-* source. 714# --- 777 unchanged lines hidden (view full) --- 1492 Maximum number of GPIOs in the system. 1493 1494 If unsure, leave the default value. 1495 1496source kernel/Kconfig.preempt 1497 1498config HZ_FIXED 1499 int | 706 select ARM_PSCI 707 select HAVE_ARM_ARCH_TIMER 708 709# 710# This is sorted alphabetically by mach-* pathname. However, plat-* 711# Kconfigs may be included either alphabetically (according to the 712# plat- suffix) or along side the corresponding mach-* source. 713# --- 777 unchanged lines hidden (view full) --- 1491 Maximum number of GPIOs in the system. 1492 1493 If unsure, leave the default value. 1494 1495source kernel/Kconfig.preempt 1496 1497config HZ_FIXED 1498 int |
1500 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || \ 1501 ARCH_S5PV210 || ARCH_EXYNOS4 | 1499 default 200 if ARCH_EBSA110 |
1502 default 128 if SOC_AT91RM9200 1503 default 0 1504 1505choice 1506 depends on HZ_FIXED = 0 1507 prompt "Timer frequency" 1508 1509config HZ_100 --- 703 unchanged lines hidden --- | 1500 default 128 if SOC_AT91RM9200 1501 default 0 1502 1503choice 1504 depends on HZ_FIXED = 0 1505 prompt "Timer frequency" 1506 1507config HZ_100 --- 703 unchanged lines hidden --- |