Re: [PATCH 12/16] irqchip/eip201-aic: Add support for Safexcel EIP-201 AIC

From: Miquel Raynal

Date: Wed Jul 08 2026 - 09:02:51 EST


Hello Geert,

Sorry for the late replay.

>> --- a/drivers/irqchip/Kconfig
>> +++ b/drivers/irqchip/Kconfig
>> @@ -826,4 +826,12 @@ config SUNPLUS_SP7021_INTC
>> chained controller, routing all interrupt source in P-Chip to
>> the primary controller on C-Chip.
>>
>> +config SAFEXCEL_EIP201_AIC
>> + tristate "Safexcel EIP201 AIC"
>
> Is there any platform dependency that could be added here?

In practice no, because this is an IP block that has been integrated in
many SoCs (I don't have the list). However if you care about reducing
the list of possible options I can make it depend on the RZN1
architecture, where I need it, but I don't see this as an relevant
move. What do you prefer?

Thanks,
Miquèl