lkml.org 
[lkml]   [2019]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v1] gpio: gpio-mlxbf: Add dependency on 64BIT to Kconfig entry
Date
Fixes a compile test failure

Signed-off-by: Shravan Kumar Ramani <sramani@mellanox.com>
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 0d9ddff..530ee34 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1318,7 +1318,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.
--
2.1.2
\
 
 \ /
  Last update: 2019-03-27 15:16    [W:0.386 / U:0.612 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site