Add ARM in addition to X86 as supported architectures in the Mellanox
Hotplug Platform driver Kconfig entry.

Signed-off-by: Vadim Pasternak <[email protected]>
---
v10->v9
v9->v8
  Comments pointed out by Darren:
 - Leave in this patch only the code related to ARM architecture.
   Move other code to a separate patch, since it is not related to
   subject.
---
 drivers/platform/mellanox/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/mellanox/Kconfig 
b/drivers/platform/mellanox/Kconfig
index 0fb25687..591bccd 100644
--- a/drivers/platform/mellanox/Kconfig
+++ b/drivers/platform/mellanox/Kconfig
@@ -5,7 +5,7 @@
 
 menuconfig MELLANOX_PLATFORM
        bool "Platform support for Mellanox hardware"
-       depends on X86 || COMPILE_TEST
+       depends on X86 || ARM || COMPILE_TEST
        ---help---
          Say Y here to get to see options for platform support for
          Mellanox systems. This option alone does not add any kernel code.
-- 
2.1.4

Reply via email to