Commit cbe706b0 authored by Shravan Kumar Ramani's avatar Shravan Kumar Ramani Committed by Bartosz Golaszewski
Browse files

gpio: mlxbf: Add dependency on 64BIT to Kconfig entry



Fixes a compile test failure

Fixes: c78c42d7 ("gpio: add driver for Mellanox BlueField GPIO controller")
Signed-off-by: default avatarShravan Kumar Ramani <sramani@mellanox.com>
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent da38ef3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1304,7 +1304,7 @@ config GPIO_MERRIFIELD


config GPIO_MLXBF
config GPIO_MLXBF
	tristate "Mellanox BlueField SoC GPIO"
	tristate "Mellanox BlueField SoC GPIO"
	depends on (MELLANOX_PLATFORM && ARM64 && ACPI) || COMPILE_TEST
	depends on (MELLANOX_PLATFORM && ARM64 && ACPI) || (64BIT && COMPILE_TEST)
	select GPIO_GENERIC
	select GPIO_GENERIC
	help
	help
	  Say Y here if you want GPIO support on Mellanox BlueField SoC.
	  Say Y here if you want GPIO support on Mellanox BlueField SoC.