diff options
author | Sean Anderson <seanga2@gmail.com> | 2020-09-14 11:02:06 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-08 11:42:36 -0400 |
commit | 0eabb2ff2316c5d95367b79debb8229e686de774 (patch) | |
tree | 9cf7b72fab44c617e179c50a9fbca74b9b7d4fbf /board/sipeed/maix | |
parent | 2b5a719fc6c7794c9423443311cedad534413ff9 (diff) | |
download | u-boot-0eabb2ff2316c5d95367b79debb8229e686de774.tar.gz |
riscv: Add FPIOA and GPIO support for Kendryte K210
This patch adds the necessary configs and docs for FPIOA and GPIO support
on the K210.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'board/sipeed/maix')
-rw-r--r-- | board/sipeed/maix/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/sipeed/maix/Kconfig b/board/sipeed/maix/Kconfig index 0cdcd32adc..4c42dd2087 100644 --- a/board/sipeed/maix/Kconfig +++ b/board/sipeed/maix/Kconfig @@ -44,4 +44,13 @@ config BOARD_SPECIFIC_OPTIONS imply RESET_SYSCON imply SYSRESET imply SYSRESET_SYSCON + imply PINCTRL + imply PINCONF + imply PINCTRL_K210 + imply DM_GPIO + imply DWAPB_GPIO + imply SIFIVE_GPIO + imply CMD_GPIO + imply LED + imply LED_GPIO endif |