1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

Add kernel options required for Atheros 12k wirelss adapters (#3640)

Add support for interrupt remapping for IO-APIC and MSI devices as
required by some ath12k devices.

Fixes: #3621
This commit is contained in:
Stefan Agner
2024-10-21 22:19:40 +02:00
committed by GitHub
parent f459a1174d
commit a2ff594a75
2 changed files with 6 additions and 0 deletions

View File

@@ -172,3 +172,6 @@ CONFIG_DLN2_ADC=m
CONFIG_IIO=m
CONFIG_BMP280=m
# Required for some PCIe devices such as ath12k
CONFIG_IRQ_REMAP=y

View File

@@ -125,3 +125,6 @@ CONFIG_I6300ESB_WDT=y
CONFIG_I2C=y
CONFIG_I2C_MUX=y
# Required for some PCIe devices such as ath12k
CONFIG_IRQ_REMAP=y