We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e6f22 commit 5028fbaCopy full SHA for 5028fba
arch/arm64/Kconfig
@@ -2041,6 +2041,18 @@ config STACKPROTECTOR_PER_TASK
2041
def_bool y
2042
depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_SYSREG
2043
2044
+# The GPIO number here must be sorted by descending number. In case of
2045
+# a multiplatform kernel, we just want the highest value required by the
2046
+# selected platforms.
2047
+config ARCH_NR_GPIO
2048
+ int
2049
+ default 2048 if ARCH_APPLE
2050
+ default 0
2051
+ help
2052
+ Maximum number of GPIOs in the system.
2053
+
2054
+ If unsure, leave the default value.
2055
2056
endmenu
2057
2058
menu "Boot options"
0 commit comments