Skip to content

Commit

Permalink
Add kernel options required for Atheros 12k wirelss adapters
Browse files Browse the repository at this point in the history
Add support for interrupt remapping for IO-APIC and MSI devices as
required by some ath12k devices.

Fixes: #3621
  • Loading branch information
agners committed Oct 21, 2024
1 parent a5cdc31 commit 06c333e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildroot-external/board/pc/generic-x86-64/kernel.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions buildroot-external/board/pc/ova/kernel.config
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 06c333e

Please sign in to comment.