1
0
Fork 0

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

Fixes a compile test failure

Fixes: c78c42d771 ("gpio: add driver for Mellanox BlueField GPIO controller")
Signed-off-by: Shravan Kumar Ramani <sramani@mellanox.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
hifive-unleashed-5.2
Shravan Kumar Ramani 2019-03-27 10:15:15 -04:00 committed by Bartosz Golaszewski
parent da38ef3ed1
commit cbe706b052
1 changed files with 1 additions and 1 deletions

View File

@ -1304,7 +1304,7 @@ config GPIO_MERRIFIELD
config GPIO_MLXBF
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
help
Say Y here if you want GPIO support on Mellanox BlueField SoC.