projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7db584
)
staging: gasket: allow compile for ARM64 in Kconfig
author
Todd Poynor
<toddpoynor@google.com>
Fri, 20 Jul 2018 03:49:01 +0000
(20:49 -0700)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/gasket/Kconfig
b/drivers/staging/gasket/Kconfig
index c836389c1402df81d83552f3b35e09beea28987d..970e299046c3781e9fad1c67abb1a4f66b8feadc 100644
(file)
--- 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).