| # Current sense amplifier driver | |
| # | |
| # Copyright (c) 2023 FTP Technologies | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config CURRENT_AMP | |
| bool "Current sense amplifier driver" | |
| default y | |
| depends on DT_HAS_CURRENT_SENSE_AMPLIFIER_ENABLED | |
| depends on ADC | |
| help | |
| Enable current sense amplifier driver. |