On 1/31/19 7:39 AM, Bartosz Golaszewski wrote:
From: Bartosz Golaszewski <[email protected]>

The cp-intc driver has now been cleaned up. Move it to drivers/irqchip
where it belongs.

Signed-off-by: Bartosz Golaszewski <[email protected]>
---

Reviewed-by: David Lechner <[email protected]>

--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -134,6 +134,11 @@ config DAVINCI_AINTC
        select GENERIC_IRQ_CHIP
        select IRQ_DOMAIN
+config DAVINCI_CP_INTC
+       bool
+       select GENERIC_IRQ_CHIP
+       select IRQ_DOMAIN

A little help section would be nice.

+
  config DW_APB_ICTL
        bool
        select GENERIC_IRQ_CHIP

Reply via email to