Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83ea69c1 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM64: Make ARCH_NR_GPIO a Kconfig variable"

parents feb58274 0448f80a
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -719,6 +719,18 @@ config HOTPLUG_CPU
	  Say Y here to experiment with turning CPUs off and on.  CPUs
	  Say Y here to experiment with turning CPUs off and on.  CPUs
	  can be controlled through /sys/devices/system/cpu.
	  can be controlled through /sys/devices/system/cpu.


# The GPIO number here must be sorted by descending number. In case of
# a multiplatform kernel, we just want the highest value required by the
# selected platforms.
config ARCH_NR_GPIO
	int
	default 1024 if ARCH_QCOM
	default 256
	help
	  Maximum number of GPIOs in the system.

	  If unsure, leave the default value.

# Common NUMA Features
# Common NUMA Features
config NUMA
config NUMA
	bool "Numa Memory Allocation and Scheduler Support"
	bool "Numa Memory Allocation and Scheduler Support"