Kconfig 642 B

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