[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <171916513237.10875.12228947048653235201.tip-bot2@tip-bot2>
Date: Sun, 23 Jun 2024 17:52:12 -0000
From: "tip-bot2 for Antonio Borneo" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Antonio Borneo <antonio.borneo@...s.st.com>,
Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
linux-kernel@...r.kernel.org, maz@...nel.org
Subject: [tip: irq/core] irqchip/stm32-exti: Add CONFIG_STM32MP_EXTI
The following commit has been merged into the irq/core branch of tip:
Commit-ID: b20cf2dcbe8b77afb4fcbe7af9349dfca6b7f22a
Gitweb: https://git.kernel.org/tip/b20cf2dcbe8b77afb4fcbe7af9349dfca6b7f22a
Author: Antonio Borneo <antonio.borneo@...s.st.com>
AuthorDate: Thu, 20 Jun 2024 10:31:08 +02:00
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Sun, 23 Jun 2024 19:49:44 +02:00
irqchip/stm32-exti: Add CONFIG_STM32MP_EXTI
To guarantee bisect-ability during the split of stm32-exti in MCU and MPU
code, introduce CONFIG_STM32MP_EXTI.
Signed-off-by: Antonio Borneo <antonio.borneo@...s.st.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lore.kernel.org/r/20240620083115.204362-2-antonio.borneo@foss.st.com
---
drivers/irqchip/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index aaf8453..bc5e191 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -404,6 +404,10 @@ config LS_SCFG_MSI
config PARTITION_PERCPU
bool
+config STM32MP_EXTI
+ bool
+ select STM32_EXTI
+
config STM32_EXTI
bool
select IRQ_DOMAIN
Powered by blists - more mailing lists