commit | c40ec11ab440ff3ad931e220389a9ea4f57faf08 | [log] [tgz] |
---|---|---|
author | Martin Jäger <martin@libre.solar> | Thu Jul 28 13:04:19 2022 +0200 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Fri Jul 29 14:11:18 2022 +0200 |
tree | 4ada57e4c84e86a0f664bb7705eedcc9cdd9d3ca | |
parent | e1e366c912ad545940ebde09a4529f34f8a55605 [diff] |
drivers: dac: update drivers to use devicetree Kconfig symbol Update dac 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: Martin Jäger <martin@libre.solar>