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>
10 lines
285 B
Text
10 lines
285 B
Text
# Copyright (c) 2024 TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MFD_AW9523B
|
|
bool "Awinic AW9523B GPIO/LED controller device driver"
|
|
default y
|
|
depends on DT_HAS_AWINIC_AW9523B_ENABLED
|
|
select I2C
|
|
help
|
|
Enable the Awinic AW9523B GPIO/LED controller device driver
|