arm64: Set ARCH_NR_GPIO to 2048 for ARCH_APPLE
authorHector Martin <marcan@marcan.st>
Wed, 2 Feb 2022 08:49:45 +0000 (17:49 +0900)
committerHector Martin <marcan@marcan.st>
Tue, 15 Feb 2022 09:57:44 +0000 (18:57 +0900)
commit06412013970b20c471a284c648e460ec1159b62f
treeba8a6b164d5d3ed62253ec55dc1c7b6b21fb54db
parent2673fc45605f47d8741404f5fe27a1948ae4fe85
arm64: Set ARCH_NR_GPIO to 2048 for ARCH_APPLE

We're already running into the 512 GPIO limit on t600[01] depending on
how many SMC GPIOs we allocate, and a 2-die version could double that.
Let's make it 2K to be safe for now.

Signed-off-by: Hector Martin <marcan@marcan.st>
arch/arm64/Kconfig