Jan Čermák e30cf80066
Compile hailo_pci module from original sources on RPi 5 (#3732)
Instead of using in-tree module on RPi 5, build it as a module from the
original sources. This will give us better control over the version used and
will also allow us for easier way to add the module to other platforms.

This also makes 017d172 unnecessary anymore.
2024-12-11 15:13:20 +01:00

8 lines
256 B
Plaintext

config BR2_PACKAGE_HAILO_PCI
bool "Hailo PCIe Driver"
depends on BR2_LINUX_KERNEL
help
Kernel driver for interacting with Hailo devices over PCIe.
Used e.g. for Hailo-8(L) PCIe device found e.g. on Raspberry
Pi AI Kit and Raspberry Pi AI HAT+.