Kconfig 703 B

12345678910111213141516171819202122232425
  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 FRAME_VECTOR
  9. select GENERIC_ALLOCATOR
  10. select HWMON
  11. help
  12. Enables PCIe card driver for Habana's AI Processors (AIP) that are
  13. designed to accelerate Deep Learning inference and training workloads.
  14. The driver manages the PCIe devices and provides IOCTL interface for
  15. the user to submit workloads to the devices.
  16. The user-space interface is described in
  17. include/uapi/misc/habanalabs.h
  18. If unsure, say N.
  19. To compile this driver as a module, choose M here: the
  20. module will be called habanalabs.