commit | 23982030a86a06b099f5afff8d6670bbd45a4ec8 | [log] [tgz] |
---|---|---|
author | Thomas Stranger <thomas.stranger@outlook.com> | Sun Mar 28 17:04:43 2021 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri May 07 12:41:04 2021 -0500 |
tree | 1b72ef62d33841f22d0e3fbe8afbb6612ed600e4 | |
parent | 452a06104f98c4fbf6e2d19914aa6d196b34ac0e [diff] |
drivers: interrupt_controller: intc_shared: convert to multi instance The intc_shared driver until now had the possibility to enable up to two instances of the driver using the symbols SHARED_IRQ_0 and SHARED_IRQ_1. This commit removes those Config options, and instead instantiates the driver using DT_INST_FOREACH_STATUS_OKAY macro. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>