On Wed, Sep 30, 2020 at 2:44 AM Anjana <anj...@tataelxsi.co.in.invalid>
wrote:

> Hello Team,
>
> In arch/Kconfig, for Renesas architecture, the configuration ARCH_NOINTC
> is selected as mentioned below :
>
> config ARCH_RENESAS
> bool "Renesas"
> select ARCH_NOINTC
> select ARCH_HAVE_INTERRUPTSTACK
> ---help---
> Renesas architectures (SH and M16C).
>
> Renesas RX65N supports Interrupt controller unit(ICU) and hence
> ARCH_NOINTC configuration should be disabled.
>
> Since it is enabled at the top, we are unable to change the configuration
> for ARCH_NOINTC .
>
> Can we modify this Kconfig to remove "select ARCH_NOINTC" ?


I am not familiar with the Renesas architecture specifically but it may be
that some MCUs need ARCH_NOINTC while others don't. If that is the case,
you should probably move this 'select' to the appropriate place(s) rather
than just remove it.

You can always make whatever change you believe is best and submit a PR for
review.

Cheers,
Nathan

Reply via email to