On Wed, Dec 25, 2019 at 06:11:07AM +0900, Hyunki Koo wrote: > From: Hyunki Koo <hyunki00.koo@xxxxxxxxxxx> > > This patch is written to clean up dependency of ARCH_EXYNOS > Not all exynos device have IRQ_COMBINER, especially aarch64 EXYNOS > but it is built for all exynos devices. > Thus add the config for EXYNOS_IRQ_COMBINER > remove direct dependency between ARCH_EXYNOS and exynos-combiner.c > and only selected on the aarch32 devices > > Signed-off-by: Hyunki Koo <hyunki00.koo@xxxxxxxxxxx> > --- > arch/arm/mach-exynos/Kconfig | 1 + > drivers/irqchip/Kconfig | 7 +++++++ > drivers/irqchip/Makefile | 2 +- > 3 files changed, 9 insertions(+), 1 deletion(-) I assume it will go through irqchip tree: Reviewed-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> If not, let me know, so I could take it via samsung-soc. Best regards, Krzysztof