Kconfig (d05e4c8600c36084ce9de6249bb972c9bdd75b7e) | Kconfig (9fb29c734f9e98adc1f2f3c4629fe487cb93f2dd) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config ARM 3 bool 4 default y 5 select ARCH_CLOCKSOURCE_DATA 6 select ARCH_DISCARD_MEMBLOCK if !HAVE_ARCH_PFN_VALID && !KEXEC 7 select ARCH_HAS_DEBUG_VIRTUAL if MMU 8 select ARCH_HAS_DEVMEM_IS_ALLOWED --- 736 unchanged lines hidden (view full) --- 745source "arch/arm/mach-keystone/Kconfig" 746 747source "arch/arm/mach-ks8695/Kconfig" 748 749source "arch/arm/mach-mediatek/Kconfig" 750 751source "arch/arm/mach-meson/Kconfig" 752 | 1# SPDX-License-Identifier: GPL-2.0 2config ARM 3 bool 4 default y 5 select ARCH_CLOCKSOURCE_DATA 6 select ARCH_DISCARD_MEMBLOCK if !HAVE_ARCH_PFN_VALID && !KEXEC 7 select ARCH_HAS_DEBUG_VIRTUAL if MMU 8 select ARCH_HAS_DEVMEM_IS_ALLOWED --- 736 unchanged lines hidden (view full) --- 745source "arch/arm/mach-keystone/Kconfig" 746 747source "arch/arm/mach-ks8695/Kconfig" 748 749source "arch/arm/mach-mediatek/Kconfig" 750 751source "arch/arm/mach-meson/Kconfig" 752 |
753source "arch/arm/mach-milbeaut/Kconfig" 754 |
|
753source "arch/arm/mach-mmp/Kconfig" 754 755source "arch/arm/mach-moxart/Kconfig" 756 757source "arch/arm/mach-mv78xx0/Kconfig" 758 759source "arch/arm/mach-mvebu/Kconfig" 760 --- 634 unchanged lines hidden (view full) --- 1395 int "Maximum number of CPUs (2-32)" 1396 range 2 32 1397 depends on SMP 1398 default "4" 1399 1400config HOTPLUG_CPU 1401 bool "Support for hot-pluggable CPUs" 1402 depends on SMP | 755source "arch/arm/mach-mmp/Kconfig" 756 757source "arch/arm/mach-moxart/Kconfig" 758 759source "arch/arm/mach-mv78xx0/Kconfig" 760 761source "arch/arm/mach-mvebu/Kconfig" 762 --- 634 unchanged lines hidden (view full) --- 1397 int "Maximum number of CPUs (2-32)" 1398 range 2 32 1399 depends on SMP 1400 default "4" 1401 1402config HOTPLUG_CPU 1403 bool "Support for hot-pluggable CPUs" 1404 depends on SMP |
1403 select GENERIC_IRQ_MIGRATION | |
1404 help 1405 Say Y here to experiment with turning CPUs off and on. CPUs 1406 can be controlled through /sys/devices/system/cpu. 1407 1408config ARM_PSCI 1409 bool "Support for the ARM Power State Coordination Interface (PSCI)" 1410 depends on HAVE_ARM_SMCCC 1411 select ARM_PSCI_FW --- 755 unchanged lines hidden --- | 1405 help 1406 Say Y here to experiment with turning CPUs off and on. CPUs 1407 can be controlled through /sys/devices/system/cpu. 1408 1409config ARM_PSCI 1410 bool "Support for the ARM Power State Coordination Interface (PSCI)" 1411 depends on HAVE_ARM_SMCCC 1412 select ARM_PSCI_FW --- 755 unchanged lines hidden --- |