zephyr/drivers/gpio/Kconfig.sc18im704
Pieter De Gendt cd6fe580b0 drivers: gpio: Add NXP SC18IM704 GPIO support
Implement external GPIO controller driver with NXP's SC18IM704 device.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2023-04-03 20:02:51 +02:00

20 lines
533 B
Plaintext

# Copyright (c) 2023 Basalte bv
# SPDX-License-Identifier: Apache-2.0
config GPIO_SC18IM704
bool "NXP SC18IM704 GPIO controller driver"
default y
depends on I2C_SC18IM704
depends on DT_HAS_NXP_SC18IM704_GPIO_ENABLED
help
Enables NXP SC18IM704 GPIO controller driver
config GPIO_SC18IM704_INIT_PRIORITY
int "SC18IM704 GPIO init priority"
default 52
depends on GPIO_SC18IM704
help
SC18IM704 GPIO controller initialization priority.
Note: Has to be greater than the parent SC18IM704 bridge initialization priority.