diff mbox series

[v3,20/76] samsung: Drop CONFIG_EXYNOS_PWM_BL

Message ID 20230201202027.1943031-21-sjg@chromium.org
State Accepted
Commit cc756b55099aa3e1801459d0b3d6ece1236b801e
Delegated to: Tom Rini
Headers show
Series Clean up of bad Kconfig options | expand

Commit Message

Simon Glass Feb. 1, 2023, 8:19 p.m. UTC
This is not defined anywhere. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

 drivers/video/exynos/Makefile | 1 -
 1 file changed, 1 deletion(-)

Comments

Minkyu Kang Feb. 3, 2023, 6:05 a.m. UTC | #1
Hi,

On Thu, 2 Feb 2023 at 05:34, Simon Glass <sjg@chromium.org> wrote:

> This is not defined anywhere. Drop it.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> (no changes since v1)
>
>  drivers/video/exynos/Makefile | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/video/exynos/Makefile b/drivers/video/exynos/Makefile
> index 0f58954e49c..45067f562cb 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
> --
> 2.39.1.456.gfc5497dd1b-goog
>
>
Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
diff mbox series

Patch

diff --git a/drivers/video/exynos/Makefile b/drivers/video/exynos/Makefile
index 0f58954e49c..45067f562cb 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