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>
Sat, 19 Feb 2022 07:53:01 +0000 (16:53 +0900)
commitf9ac316488a07df4777d7351bc74f9c81813308f
tree1353ddd3c9b56d435e0c9b1d8b49f00e79a421eb
parent7cc09e8d019c45abd28c98ba8332c2c547a6f219
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