diff options
author | Suniel Mahesh | 2020-02-03 19:20:05 +0530 |
---|---|---|
committer | Kever Yang | 2020-02-19 16:45:38 +0800 |
commit | 5a6d3d1fbca70d7f528c685292d64c4cd0106aa6 (patch) | |
tree | 4c6ce97d7956e7f73dd47d77225686f49a4287ae /configs | |
parent | 01892d230dd456278cd28c3b8de109202f910238 (diff) |
board: roc-pc-rk3399: Add support for onboard LED's and push button to indicate power mode
Added support for onboard LED's and push button. When powered board will be
in low power mode(yellow LED), on button press, board enters full power mode
(red LED) and boots u-boot.
Signed-off-by: Suniel Mahesh <sunil@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/roc-pc-rk3399_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/roc-pc-rk3399_defconfig b/configs/roc-pc-rk3399_defconfig index 577ba77b3ed..9ae9b35aaec 100644 --- a/configs/roc-pc-rk3399_defconfig +++ b/configs/roc-pc-rk3399_defconfig @@ -57,3 +57,4 @@ CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_SPL_TINY_MEMSET=y CONFIG_ERRNO_STR=y +CONFIG_TPL_GPIO_SUPPORT=y |