zephyr/drivers/gpio/Kconfig.tle9104
Benedikt Schmidt 84a40778af drivers: gpio: split up driver for TLE9104 into a MFD
Split up the driver for the power train switch TLE9104 into a
MFD and GPIO.

Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
2024-04-09 11:07:27 +02:00

20 lines
477 B
Plaintext

# TLE9104 GPIO configuration options
# Copyright (c) 2024 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
menuconfig GPIO_TLE9104
bool "TLE9104 SPI-based powertrain switch"
default y
depends on DT_HAS_INFINEON_TLE9104_GPIO_ENABLED
select MFD
help
Enable GPIO driver for TLE9104 SPI-based powertrain switch.
config GPIO_TLE9104_INIT_PRIORITY
int "Init priority"
default 75
depends on GPIO_TLE9104
help
Device driver initialization priority.