1# TLE9104 GPIO configuration options 2 3# Copyright (c) 2024 SILA Embedded Solutions GmbH 4# SPDX-License-Identifier: Apache-2.0 5 6menuconfig GPIO_TLE9104 7 bool "TLE9104 SPI-based powertrain switch" 8 default y 9 depends on DT_HAS_INFINEON_TLE9104_GPIO_ENABLED 10 select MFD 11 help 12 Enable GPIO driver for TLE9104 SPI-based powertrain switch. 13 14config GPIO_TLE9104_INIT_PRIORITY 15 int "Init priority" 16 default 75 17 depends on GPIO_TLE9104 18 help 19 Device driver initialization priority. 20