forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add npcm gpio driver. gpio shell test GPIO50-52 ok Signed-off-by: cpchiang <[email protected]>
- Loading branch information
Showing
14 changed files
with
1,604 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# NPCX GPIO driver configuration options | ||
|
||
# Copyright (c) 2024 Nuvoton Technology Corporation. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config GPIO_NPCM | ||
bool "Nuvoton NPCM enhance Super I/O (eSIO) gpio driver" | ||
default y | ||
depends on DT_HAS_NUVOTON_NPCM_GPIO_ENABLED | ||
help | ||
This option enables the GPIO driver for NPCM family of | ||
processors. | ||
Say y if you wish to use serial port on NPCM MCU. |
Oops, something went wrong.