Add support for GPIO controller feature of AW9523B. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com> Co-authored-by: Benjamin Cabé <kartben@gmail.com>
11 lines
250 B
Text
11 lines
250 B
Text
# Copyright (c) 2024 TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_AW9523B
|
|
bool "AW9523B GPIO driver"
|
|
default y
|
|
depends on DT_HAS_AWINIC_AW9523B_GPIO_ENABLED
|
|
select I2C
|
|
select MFD
|
|
help
|
|
Enable the AW9523B GPIO controller.
|