0689d3dc11
Add MFD subdriver for the built-in GPIO controller in AD5592 chip. Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
# Copyright (c) 2023 Grinn
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_AD5592
|
|
bool "AD5592 GPIO driver"
|
|
default y
|
|
depends on DT_HAS_ADI_AD5592_GPIO_ENABLED
|
|
select MFD
|
|
help
|
|
Enable the AD5592 GPIO driver.
|