From: Hyunki Koo <hyunki00.koo@xxxxxxxxxxx> This patch series is written to clean up dependancy 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 between ARCH_EXYNOS and exynos-combiner.c and only selected on the aarch32 devices Hyunki Koo (2): irqchip: define EXYNOS_IRQ_COMBINER ARM: exynos: add select EXYNOS_IRQ_COMBINER arch/arm/mach-exynos/Kconfig | 1 + drivers/irqchip/Kconfig | 7 +++++++ drivers/irqchip/Makefile | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) -- 2.17.1