1# Copyright (c) 2024 SILA Embedded Solutions GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4config BD8LB600FS_DIAGNOSTICS
5	bool "Sensors of BD8LB600FS"
6	default y
7	depends on DT_HAS_ROHM_BD8LB600FS_DIAGNOSTICS_ENABLED
8	select MFD
9	help
10	  Enable driver for the open load detection, over current
11	  protection and thermal shutdown sensors of the low side
12	  switch BD8LB600FS.
13