aboutsummaryrefslogtreecommitdiff
path: root/board/sipeed
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-09-14 11:02:06 -0400
committerTom Rini <trini@konsulko.com>2020-10-08 11:42:36 -0400
commit0eabb2ff2316c5d95367b79debb8229e686de774 (patch)
tree9cf7b72fab44c617e179c50a9fbca74b9b7d4fbf /board/sipeed
parent2b5a719fc6c7794c9423443311cedad534413ff9 (diff)
downloadu-boot-0eabb2ff2316c5d95367b79debb8229e686de774.zip
u-boot-0eabb2ff2316c5d95367b79debb8229e686de774.tar.gz
u-boot-0eabb2ff2316c5d95367b79debb8229e686de774.tar.bz2
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')
-rw-r--r--board/sipeed/maix/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/sipeed/maix/Kconfig b/board/sipeed/maix/Kconfig
index 0cdcd32..4c42dd2 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