1# Current sense amplifier driver
2#
3# Copyright (c) 2023 FTP Technologies
4#
5# SPDX-License-Identifier: Apache-2.0
6
7config CURRENT_AMP
8	bool "Current sense amplifier driver"
9	default y
10	depends on DT_HAS_CURRENT_SENSE_AMPLIFIER_ENABLED
11	depends on ADC
12	help
13	  Enable current sense amplifier driver.
14