diff options
author | Ye Li <ye.li@nxp.com> | 2017-02-15 17:45:17 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 17:24:35 +0800 |
commit | be3d3d5c140a1617c1ce35e8657f2d45bc8c70eb (patch) | |
tree | 750bfe36238116f16eceba048b2160b77376aadb /configs | |
parent | fce3f6e59f6ae5a171bbb6581420712c4aaa14c3 (diff) |
MLK-13929-6 mx7ulp_evk: Enable the MIPI DSI splashscreen
Enable and setup board level codes for MIPI DSI splashscreen on EVK board.
User needs set env variable"panel=HX8363_WVGA" for displaying.
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 49cb68f5c17e42f9290336e1252ace6ac7d0b5ce)
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx7ulp_evk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig index d813383..5907de4 100644 --- a/configs/mx7ulp_evk_defconfig +++ b/configs/mx7ulp_evk_defconfig @@ -36,3 +36,4 @@ CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_MXC_USB_OTG_HACTIVE=y CONFIG_USB_STORAGE=y +CONFIG_VIDEO=y |