This commit is about platform it8xxx2 gpio. The devicetree use key and led as example. Users can change it to meet their needs. Signed-off-by: Cheryl Su <Cheryl.su@ite.com.tw>
8 lines
227 B
Text
8 lines
227 B
Text
# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_ITE_IT8XXX2
|
|
bool "ITE IT8XXX2 GPIO driver"
|
|
select HAS_DTS_GPIO
|
|
help
|
|
Enable driver for the ite GPIO controller.
|