projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
273190d
)
habanalabs: select FW_LOADER in Kconfig
author
Oded Gabbay
<ogabbay@kernel.org>
Mon, 15 Aug 2022 10:59:14 +0000
(13:59 +0300)
committer
Oded 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
patch
|
blob
|
history
diff --git
a/drivers/misc/habanalabs/Kconfig
b/drivers/misc/habanalabs/Kconfig
index 861c81006c6d0261ea51510f2f875c890229b3a0..bd01d0d940c018ec6e769b1d67364d37e005f62c 100644
(file)
--- a/
drivers/misc/habanalabs/Kconfig
+++ b/
drivers/misc/habanalabs/Kconfig
@@
-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.