summaryrefslogtreecommitdiff
path: root/include/configs/trats.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-10 22:59:34 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:04:38 -0400
commit4d2cab33d43a009bfa342598a1760067b022ae5e (patch)
treed5d4819007e09c76a858d80529b4494efc1ddc20 /include/configs/trats.h
parent24ec3dea4bf07e8928e82d509ce5bc742fdbde9b (diff)
video: Migrate exynos display options to Kconfig
Following how it's done for the majority of drivers, add a new VIDEO_EXYNOS option and Kconfig file under drivers/video/exynos and list the current options there. Cc: Anatolij Gustschin <agust@denx.de> Cc: Jaehoon Chung <jh80.chung@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/trats.h')
-rw-r--r--include/configs/trats.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h
index ee4a583baa..bca239ae81 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -150,7 +150,6 @@
/* LCD */
#define CONFIG_FB_ADDR 0x52504000
-#define CONFIG_EXYNOS_MIPI_DSIM
#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54)
#endif /* __CONFIG_H */