commit | 11d0f0a294c44d919d695162f4b67e70d0f8e016 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Thu Dec 19 12:41:44 2019 +0900 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Dec 19 11:05:27 2019 -0500 |
tree | 931b26852d1ab27aee5ba227fde5a4bd502a8569 | |
parent | 08a017a34bb91e2ee5150c28fd5ab2dc7bbc0e9d [diff] |
drivers: interrupt_controller: Refactor GIC configurations The current GIC configuration scheme is designed to support only one specific type and version of GIC (i.e. GIC-400 that implements the GICv2 interface). This commit adds a set of GIC version configuration symbols that can be selected by the SoC configuration to specify which version of GIC interface is implemented in the SoC. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>