diff options
author | Arnd Bergmann <arnd@arndb.de> | 2025-02-14 17:07:16 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2025-02-14 17:07:16 +0300 |
commit | 0d7f66437875a38bec7764d59ac2f77bc1271351 (patch) | |
tree | 240e7ba36deb5468b1796e9c8af1381d945ed10c | |
parent | f0570fdc8f72fb1a22bfd2bbf030b34a06da21ff (diff) | |
parent | c7691aec5e991cec9c5c5fdab08c24856a1fc56f (diff) | |
download | linux-0d7f66437875a38bec7764d59ac2f77bc1271351.tar.xz |
Merge tag 'ti-k3-config-fixes-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into HEAD
TI K3 defconfig fixes for v6.14
- Enable TISCI Interrupt Router, Interrupt Aggregator and related drivers.
* tag 'ti-k3-config-fixes-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux:
arm64: defconfig: Enable TISCI Interrupt Router and Aggregator
Link: https://lore.kernel.org/r/20250212112857.pm6ptaqbx545qnv7@eternity
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index cb7da4415599..1f25423de383 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1551,6 +1551,8 @@ CONFIG_PWM_VISCONTI=m CONFIG_SL28CPLD_INTC=y CONFIG_QCOM_PDC=y CONFIG_QCOM_MPM=y +CONFIG_TI_SCI_INTR_IRQCHIP=y +CONFIG_TI_SCI_INTA_IRQCHIP=y CONFIG_RESET_GPIO=m CONFIG_RESET_IMX7=y CONFIG_RESET_QCOM_AOSS=y |