summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/Kconfig
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2018-07-19 20:49:01 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-21 08:50:34 +0200
commitec54d1abef2ccef6dde1028c0666717d6b636611 (patch)
tree05fb6ee01db0a5519cfa4d371d8c32bfb130d17c /drivers/staging/gasket/Kconfig
parentd7db5843bc09c4d8a7d30c09b18c03a1dd5fd713 (diff)
staging: gasket: allow compile for ARM64 in Kconfig
The gasket and apex drivers are also to be used on ARM64 architectures. Signed-off-by: Todd Poynor <toddpoynor@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gasket/Kconfig')
-rw-r--r--drivers/staging/gasket/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gasket/Kconfig b/drivers/staging/gasket/Kconfig
index c836389c1402..970e299046c3 100644
--- a/drivers/staging/gasket/Kconfig
+++ b/drivers/staging/gasket/Kconfig
@@ -2,7 +2,7 @@ menu "Gasket devices"
config STAGING_GASKET_FRAMEWORK
tristate "Gasket framework"
- depends on PCI && X86_64
+ depends on PCI && (X86_64 || ARM64)
help
This framework supports Gasket-compatible devices, such as Apex.
It is required for any of the following module(s).