1# Copyright (c) 2024 SILA Embedded Solutions GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4config TLE9104_DIAGNOSTICS
5	bool "Output diagnostics of TLE9104"
6	default y
7	depends on DT_HAS_INFINEON_TLE9104_DIAGNOSTICS_ENABLED
8	help
9	  Enable driver for the output diagnostics of the power train
10	  switch TLE9104.
11