habanalabs: select FW_LOADER in Kconfig
authorOded Gabbay <ogabbay@kernel.org>
Mon, 15 Aug 2022 10:59:14 +0000 (13:59 +0300)
committerOded Gabbay <ogabbay@kernel.org>
Sun, 18 Sep 2022 10:29:52 +0000 (13:29 +0300)
The driver is loading firmware to the device and we use the firmware
loading functions from the FW_LOADER module.

Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/misc/habanalabs/Kconfig

index 861c810..bd01d0d 100644 (file)
@@ -10,6 +10,7 @@ config HABANA_AI
        select HWMON
        select DMA_SHARED_BUFFER
        select CRC32
+       select FW_LOADER
        help
          Enables PCIe card driver for Habana's AI Processors (AIP) that are
          designed to accelerate Deep Learning inference and training workloads.