mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
config: evb-rk3399: enable pinctrl driver
This patch enable rk3399 pinctrl driver and gpio driver which is sub-node of pinctrl. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a2c08df381
commit
824c03332a
1 changed files with 2 additions and 0 deletions
|
@ -19,7 +19,9 @@ CONFIG_SYSCON=y
|
|||
CONFIG_CLK=y
|
||||
CONFIG_ROCKCHIP_DWMMC=y
|
||||
CONFIG_ROCKCHIP_SDHCI=y
|
||||
CONFIG_ROCKCHIP_GPIO=y
|
||||
CONFIG_PINCTRL=y
|
||||
CONFIG_ROCKCHIP_RK3399_PINCTRL=y
|
||||
CONFIG_RAM=y
|
||||
CONFIG_DEBUG_UART=y
|
||||
CONFIG_DEBUG_UART_BASE=0xFF1A0000
|
||||
|
|
Loading…
Reference in a new issue