zephyr/drivers/gpio/Kconfig.mfxstm32l152
Alain Volmat 5d6101ec4b driver: gpio: mfxstm32l152: add driver for STM32L152 based MFX
Initial commit for a STM32L152 based GPIO expansion chip.
The mfxstm32l152 driver offers GPIO controller fonctions.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
2025-01-24 19:15:46 +01:00

20 lines
470 B
Plaintext

# MFXSTM32L152 GPIO configuration options
# Copyright (c) 2024 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
menuconfig GPIO_MFXSTM32L152
bool "MFXSTM32L152 I2C-based GPIO chip"
default y
depends on DT_HAS_ST_MFXSTM32L152_ENABLED
select I2C
help
Enable driver for MFXSTM32L152 I2C-based GPIO chip.
config GPIO_MFXSTM32L152_INIT_PRIORITY
int "Init priority"
default 70
depends on GPIO_MFXSTM32L152
help
Device driver initialization priority.