1menu "Gasket devices"
2
3config 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
13config 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
23endmenu
24