staging: gasket: allow compile for ARM64 in Kconfig
authorTodd Poynor <toddpoynor@google.com>
Fri, 20 Jul 2018 03:49:01 +0000 (20:49 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Jul 2018 06:50:34 +0000 (08:50 +0200)
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>
drivers/staging/gasket/Kconfig

index c836389..970e299 100644 (file)
@@ -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).