From: Simon Glass <sjg@chromium.org> Date: Wed, 1 Feb 2023 20:19:31 +0000 (-0700) Subject: samsung: Drop CONFIG_EXYNOS_PWM_BL X-Git-Tag: baikal/mips/sdk5.8.2~5^2~56^2~52 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=bc917569b39e0a1b2715c9607c32a03f4765e98d;p=uboot.git samsung: Drop CONFIG_EXYNOS_PWM_BL This is not defined anywhere. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Minkyu Kang <mk7.kang@samsung.com> --- diff --git a/drivers/video/exynos/Makefile b/drivers/video/exynos/Makefile index 0f58954e49..45067f562c 100644 --- a/drivers/video/exynos/Makefile +++ b/drivers/video/exynos/Makefile @@ -7,4 +7,3 @@ obj-$(CONFIG_EXYNOS_DP) += exynos_dp.o exynos_dp_lowlevel.o obj-$(CONFIG_EXYNOS_FB) += exynos_fb.o obj-$(CONFIG_EXYNOS_MIPI_DSIM) += exynos_mipi_dsi.o exynos_mipi_dsi_common.o \ exynos_mipi_dsi_lowlevel.o -obj-$(CONFIG_EXYNOS_PWM_BL) += exynos_pwm_bl.o