diff options
author | Sanchayan Maity | 2017-04-11 11:12:09 +0530 |
---|---|---|
committer | Anatolij Gustschin | 2017-04-14 13:37:35 +0200 |
commit | b215fb3f34befbff084550b67ee15c0363e9e9de (patch) | |
tree | 8f79876b4c7fc9705c80081255a8fd88f8372913 /board/freescale/ls1021aqds | |
parent | 40a808f173008729a0c631ab84693b6a2b0dcfc9 (diff) |
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 'board/freescale/ls1021aqds')
-rw-r--r-- | board/freescale/ls1021aqds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1021aqds/Makefile b/board/freescale/ls1021aqds/Makefile index f0390c129f8..1e50e468a32 100644 --- a/board/freescale/ls1021aqds/Makefile +++ b/board/freescale/ls1021aqds/Makefile @@ -7,5 +7,5 @@ obj-y += ls1021aqds.o obj-y += ddr.o obj-y += eth.o -obj-$(CONFIG_FSL_DCU_FB) += dcu.o +obj-$(CONFIG_VIDEO_FSL_DCU_FB) += dcu.o obj-$(CONFIG_ARMV7_PSCI) += psci.o |