]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: GPIO_BLZP1600 should depend on ARCH_BLAIZE
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 9 Apr 2025 09:22:35 +0000 (11:22 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 14 Apr 2025 20:31:15 +0000 (22:31 +0200)
commitdf9b3454a00ed9e4c85295611b28b7041fc2a1d9
tree142536012fdce675db997618df37057a04e52af3
parent290ffcfe3042dcd5b701a98edd48d7962d35556b
gpio: GPIO_BLZP1600 should depend on ARCH_BLAIZE

The Blaize BLZP1600 GPIO controller is only present on BLaize BLZP1600
SoCs.  Hence add a dependency on ARCH_BLAIZE, to prevent asking the user
about this driver when configuring a kernel without Blaize platform
support.

Fixes: 602ae04f56542d8e ("gpio: Enable Blaize BLZP1600 GPIO support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Nikolaos Pasaloukos <nikolaos.pasaloukos@blaize.com>
Link: https://lore.kernel.org/r/a75af4b623579a193b4a59350c063969aabb5b71.1744190524.git.geert+renesas@glider.be
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/Kconfig