1# MFXSTM32L152 GPIO configuration options
2
3# Copyright (c) 2024 STMicroelectronics
4# SPDX-License-Identifier: Apache-2.0
5
6menuconfig GPIO_MFXSTM32L152
7	bool "MFXSTM32L152 I2C-based GPIO chip"
8	default y
9	depends on DT_HAS_ST_MFXSTM32L152_ENABLED
10	select I2C
11	help
12	  Enable driver for MFXSTM32L152 I2C-based GPIO chip.
13
14config GPIO_MFXSTM32L152_INIT_PRIORITY
15	int "Init priority"
16	default 70
17	depends on GPIO_MFXSTM32L152
18	help
19	  Device driver initialization priority.
20