commit | f389f702cb0c94afad90f6b1b41e6bbcf7488381 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@intel.com> | Mon Oct 31 12:33:09 2022 -0500 |
committer | Maureen Helm <maureen.helm@intel.com> | Mon Oct 31 16:45:56 2022 -0500 |
tree | 0e6e7a8c748179b47599cbffa9c8c6fd47c3eaea | |
parent | d218fd984315586afe78065c54850de4c902dfe2 [diff] |
drivers: ipm: Update drivers to use devicetree Kconfig symbol Update IPM 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 <kumar.gala@intel.com>