commit | 8423f23b9cb46dbc92fe8631269a4703016144b1 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.org> | Fri Jul 22 01:46:51 2022 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Sep 01 10:25:36 2022 +0200 |
tree | a543208a5c6bd9ebfdc2cbcca530fb1e727cdb51 | |
parent | 611326b6670f631ca5d850c7574fb5f35b18290d [diff] |
drivers: intc: Update drivers to use devicetree Kconfig symbol Update intc drivers to use DT_HAS_<compat>_ENABLED Kconfig symbol to expose the driver and enable it by default based on devicetree. We remove 'depend on' Kconfig for symbols that would be implied by the devicetree node existing. Signed-off-by: Kumar Gala <galak@kernel.org>