Re: [PATCH v2 4/7] irqchip: MIPS P800 variant of aclint-sswi

From: Vladimir Kondratiev
Date: Tue Jun 10 2025 - 06:48:37 EST


>> +#if defined(CONFIG_MIPS_P8700_ACLINT_SSWI)
>> +/* generic/MIPS variant */

>I do not think there is a must to add these defines

OK, if there is no objections from others, I'll remove it. To clarify,
we're about removing both #if defined(CONFIG_MIPS_P8700_ACLINT_SSWI)
and #if defined(CONFIG_THEAD_C900_ACLINT_SSWI) ? And, I'll keep logic in Kconfig to select whole .c file if one of variants selected

Thanks, Vladimir