mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 06:05:22 +00:00
Add gpio support for Nuvoton NPCX series. This CL includes: 1. Add GPIO device tree declarations. 2. Introduce wui_maps property in yaml file to present relationship between Wake-Up Input (WUI) and 8 IOs belong to the device. 3. Zephyr GPIO api implementation. 4. GPIO callback functions implementation with MIWU api functions. 5. Overlay file for gpio basic tests Signed-off-by: Mulin Chao <MLChao@nuvoton.com>
13 lines
367 B
Plaintext
13 lines
367 B
Plaintext
# NPCX GPIO driver configuration options
|
|
|
|
# Copyright (c) 2020 Nuvoton Technology Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_NPCX
|
|
bool "Nuvoton NPCX embedd controller (EC) gpio driver"
|
|
depends on SOC_FAMILY_NPCX
|
|
help
|
|
This option enables the GPIO driver for NPCX family of
|
|
processors.
|
|
Say y if you wish to use serial port on NPCX MCU.
|