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)
committerJens Axboe <axboe@kernel.dk>
Tue, 1 Mar 2022 17:33:31 +0000 (10:33 -0700)
commitda2ae031a1ce2f34c1cf43e9d92853194e959756
tree726a64926da446e3313db2929fda4ff86ce3bca1
parentcf3dfab41dc4f007086fba38fc2c3cb8ccaf9ead
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