You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
477 B
19 lines
477 B
# 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.
|
|
|