aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorVadim Pasternak <vadimp@mellanox.com>2018-01-17 18:21:54 +0000
committerDarren Hart (VMware) <dvhart@infradead.org>2018-01-31 10:36:50 -0800
commit536180fe61a28a95341c69c952583a9f9ebf11f9 (patch)
treeccbdf0e4845f3f2935fb3c2aa6a1b9ef813e5bc3 /drivers/platform
parentplatform/mellanox: mlxreg-hotplug: Modify to use a regmap interface (diff)
downloadlinux-dev-536180fe61a28a95341c69c952583a9f9ebf11f9.tar.xz
linux-dev-536180fe61a28a95341c69c952583a9f9ebf11f9.zip
platform/mellanox: mlxreg-hotplug: Enable building for ARM
Add ARM in addition to X86 as supported architectures in the Mellanox Hotplug Platform driver Kconfig entry. Signed-off-by: Vadim Pasternak <vadimp@mellanox.com> [dvhart: rewrite commit message] Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/mellanox/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/mellanox/Kconfig b/drivers/platform/mellanox/Kconfig
index 0fb2568716bb..591bccdeaff9 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.