GNU Linux-libre 4.19.286-gnu1
[releases.git] / drivers / staging / gasket / Kconfig
1 menu "Gasket devices"
2
3 config STAGING_GASKET_FRAMEWORK
4         tristate "Gasket framework"
5         depends on PCI && (X86_64 || ARM64)
6         help
7           This framework supports Gasket-compatible devices, such as Apex.
8           It is required for any of the following module(s).
9
10           To compile this driver as a module, choose M here.  The module
11           will be called "gasket".
12
13 config STAGING_APEX_DRIVER
14         tristate "Apex Driver"
15         depends on STAGING_GASKET_FRAMEWORK
16         help
17           This driver supports the Apex device.  Say Y if you want to
18           include this driver in the kernel.
19
20           To compile this driver as a module, choose M here.  The module
21           will be called "apex".
22
23 endmenu