mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 23:46:29 +00:00

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.
8 lines
256 B
Plaintext
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+.
|