diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-01 13:19:31 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-07 14:33:48 -0500 |
commit | cc756b55099aa3e1801459d0b3d6ece1236b801e (patch) | |
tree | c3462d910d5eb043d47004bba10983cb52d1c96a /drivers | |
parent | 65a7310de64a780b08c77dac8e1ee66b63066cda (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/exynos/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |