From: Todd Poynor Date: Fri, 20 Jul 2018 03:49:01 +0000 (-0700) Subject: staging: gasket: allow compile for ARM64 in Kconfig X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ec54d1abef2ccef6dde1028c0666717d6b636611;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Greg Kroah-Hartman --- 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).