Kconfig 740 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # HabanaLabs AI accelerators driver
  4. #
  5. config HABANA_AI
  6. tristate "HabanaAI accelerators (habanalabs)"
  7. depends on PCI && HAS_IOMEM
  8. select GENERIC_ALLOCATOR
  9. select HWMON
  10. select DMA_SHARED_BUFFER
  11. select CRC32
  12. select FW_LOADER
  13. help
  14. Enables PCIe card driver for Habana's AI Processors (AIP) that are
  15. designed to accelerate Deep Learning inference and training workloads.
  16. The driver manages the PCIe devices and provides IOCTL interface for
  17. the user to submit workloads to the devices.
  18. The user-space interface is described in
  19. include/uapi/misc/habanalabs.h
  20. If unsure, say N.
  21. To compile this driver as a module, choose M here: the
  22. module will be called habanalabs.