1# Copyright (c) 2024 SILA Embedded Solutions GmbH 2# SPDX-License-Identifier: Apache-2.0 3 4config MFD_TLE9104 5 bool "Infineon TLE9104 SPI powertrain switch" 6 default y 7 depends on DT_HAS_INFINEON_TLE9104_ENABLED 8 # using select SPI at this point introduces a cyclic dependency 9 depends on SPI 10 help 11 Enable driver for TLE9104 SPI-based powertrain switch. 12