2023-07-18 17:12:31 +08:00
|
|
|
# TLE9104 GPIO configuration options
|
|
|
|
|
2024-02-15 18:41:33 +08:00
|
|
|
# Copyright (c) 2024 SILA Embedded Solutions GmbH
|
2023-07-18 17:12:31 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
menuconfig GPIO_TLE9104
|
|
|
|
bool "TLE9104 SPI-based powertrain switch"
|
|
|
|
default y
|
2024-02-15 18:41:33 +08:00
|
|
|
depends on DT_HAS_INFINEON_TLE9104_GPIO_ENABLED
|
|
|
|
select MFD
|
2023-07-18 17:12:31 +08:00
|
|
|
help
|
2024-02-15 18:41:33 +08:00
|
|
|
Enable GPIO driver for TLE9104 SPI-based powertrain switch.
|
2023-07-18 17:12:31 +08:00
|
|
|
|
|
|
|
config GPIO_TLE9104_INIT_PRIORITY
|
|
|
|
int "Init priority"
|
|
|
|
default 75
|
|
|
|
depends on GPIO_TLE9104
|
|
|
|
help
|
|
|
|
Device driver initialization priority.
|