mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-07-09 16:03:46 +01:00
eb03e31cfc
Enable CONFIG_DRM_ACCEL_IVPU on the generic-x86-64 and OVA boards so the Intel NPU (Neural Processing Unit) found on Core Ultra CPUs (Meteor Lake and later, including Panther Lake) is exposed as /dev/accel/accel0. This lets add-ons such as Frigate use OpenVINO with hardware-accelerated inference on the NPU. Also select the Intel NPU firmware (intel/vpu/vpu_*.bin), which already ships in linux-firmware 20260410 including the Panther Lake (vpu_50xx) blob. The driver is x86_64-only, so it is added to the per-board configs rather than the shared device-support-pci.config which is also used by aarch64 boards. Fixes #4783 Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>