diff options
author | Sanchayan Maity <maitysanchayan@gmail.com> | 2017-04-11 11:12:09 +0530 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2017-04-14 13:37:35 +0200 |
commit | b215fb3f34befbff084550b67ee15c0363e9e9de (patch) | |
tree | 8f79876b4c7fc9705c80081255a8fd88f8372913 /configs/ls1021aqds_sdcard_ifc_defconfig | |
parent | 40a808f173008729a0c631ab84693b6a2b0dcfc9 (diff) | |
download | u-boot-b215fb3f34befbff084550b67ee15c0363e9e9de.tar.gz |
Convert CONFIG_FSL_DCU_FB to Kconfig
Rename CONFIG_FSL_DCU_FB to CONFIG_VIDEO_FSL_DCU_FB
and convert it to Kconfig.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
Reviewed-by: Stefan Agner <stefan.agner@toradex.com>
Reviewed-by: Alison Wang <alison.wang@nxp.com>
Diffstat (limited to 'configs/ls1021aqds_sdcard_ifc_defconfig')
-rw-r--r-- | configs/ls1021aqds_sdcard_ifc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021aqds_sdcard_ifc_defconfig b/configs/ls1021aqds_sdcard_ifc_defconfig index 027d368157..492676a2c1 100644 --- a/configs/ls1021aqds_sdcard_ifc_defconfig +++ b/configs/ls1021aqds_sdcard_ifc_defconfig @@ -55,3 +55,4 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y # CONFIG_VIDEO_SW_CURSOR is not set +CONFIG_VIDEO_FSL_DCU_FB=y |