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
470 B
19 lines
470 B
# 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.
|
|
|