[PATCH 1/3] video: fbdev: mmp: remove duplicated MMP_DISP dependency

STALE2403d

3 messages, 2 authors, 2020-01-03 · open the first message on its own page

[PATCH 1/3] video: fbdev: mmp: remove duplicated MMP_DISP dependency

From: Bartlomiej Zolnierkiewicz <hidden>
Date: 2019-06-27 14:07:09

This dependency is already present in higher level Kconfig file
(drivers/video/fbdev/mmp/Kconfig).

Signed-off-by: Bartlomiej Zolnierkiewicz <redacted>
---
 drivers/video/fbdev/mmp/fb/Kconfig |    4 ----
 drivers/video/fbdev/mmp/hw/Kconfig |    4 ----
 2 files changed, 8 deletions(-)

Index: b/drivers/video/fbdev/mmp/fb/Kconfig
=================================--- a/drivers/video/fbdev/mmp/fb/Kconfig
+++ b/drivers/video/fbdev/mmp/fb/Kconfig
@@ -1,6 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
-if MMP_DISP
-
 config MMP_FB
 	tristate "fb driver for Marvell MMP Display Subsystem"
 	depends on FB
@@ -10,5 +8,3 @@ config MMP_FB
 	default y
 	help
 		fb driver for Marvell MMP Display Subsystem
-
-endif
Index: b/drivers/video/fbdev/mmp/hw/Kconfig
=================================--- a/drivers/video/fbdev/mmp/hw/Kconfig
+++ b/drivers/video/fbdev/mmp/hw/Kconfig
@@ -1,6 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
-if MMP_DISP
-
 config MMP_DISP_CONTROLLER
 	bool "mmp display controller hw support"
 	depends on CPU_PXA910 || CPU_MMP2
@@ -16,5 +14,3 @@ config MMP_DISP_SPI
 	help
 		Marvell MMP display hw controller spi port support
 		will register as a spi master for panel usage
-
-endif

Re: [PATCH 1/3] video: fbdev: mmp: remove duplicated MMP_DISP dependency

From: Andrzej Hajda <hidden>
Date: 2019-08-20 09:55:48

On 27.06.2019 16:07, Bartlomiej Zolnierkiewicz wrote:
This dependency is already present in higher level Kconfig file
(drivers/video/fbdev/mmp/Kconfig).

Signed-off-by: Bartlomiej Zolnierkiewicz <redacted>

Reviewed-by: Andrzej Hajda <redacted>

 --
Regards
Andrzej

quoted hunk
---
 drivers/video/fbdev/mmp/fb/Kconfig |    4 ----
 drivers/video/fbdev/mmp/hw/Kconfig |    4 ----
 2 files changed, 8 deletions(-)

Index: b/drivers/video/fbdev/mmp/fb/Kconfig
=================================> --- a/drivers/video/fbdev/mmp/fb/Kconfig
+++ b/drivers/video/fbdev/mmp/fb/Kconfig
@@ -1,6 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
-if MMP_DISP
-
 config MMP_FB
 	tristate "fb driver for Marvell MMP Display Subsystem"
 	depends on FB
@@ -10,5 +8,3 @@ config MMP_FB
 	default y
 	help
 		fb driver for Marvell MMP Display Subsystem
-
-endif
Index: b/drivers/video/fbdev/mmp/hw/Kconfig
=================================> --- a/drivers/video/fbdev/mmp/hw/Kconfig
+++ b/drivers/video/fbdev/mmp/hw/Kconfig
@@ -1,6 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
-if MMP_DISP
-
 config MMP_DISP_CONTROLLER
 	bool "mmp display controller hw support"
 	depends on CPU_PXA910 || CPU_MMP2
@@ -16,5 +14,3 @@ config MMP_DISP_SPI
 	help
 		Marvell MMP display hw controller spi port support
 		will register as a spi master for panel usage
-
-endif
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH 1/3] video: fbdev: mmp: remove duplicated MMP_DISP dependency

From: Bartlomiej Zolnierkiewicz <hidden>
Date: 2020-01-03 11:38:21

On 8/20/19 11:55 AM, Andrzej Hajda wrote:
On 27.06.2019 16:07, Bartlomiej Zolnierkiewicz wrote:
quoted
This dependency is already present in higher level Kconfig file
(drivers/video/fbdev/mmp/Kconfig).

Signed-off-by: Bartlomiej Zolnierkiewicz <redacted>

Reviewed-by: Andrzej Hajda <redacted>
Thanks, I've queued the patch for v5.6.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
 --
Regards
Andrzej

quoted
---
 drivers/video/fbdev/mmp/fb/Kconfig |    4 ----
 drivers/video/fbdev/mmp/hw/Kconfig |    4 ----
 2 files changed, 8 deletions(-)

Index: b/drivers/video/fbdev/mmp/fb/Kconfig
=================================>> --- a/drivers/video/fbdev/mmp/fb/Kconfig
+++ b/drivers/video/fbdev/mmp/fb/Kconfig
@@ -1,6 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
-if MMP_DISP
-
 config MMP_FB
 	tristate "fb driver for Marvell MMP Display Subsystem"
 	depends on FB
@@ -10,5 +8,3 @@ config MMP_FB
 	default y
 	help
 		fb driver for Marvell MMP Display Subsystem
-
-endif
Index: b/drivers/video/fbdev/mmp/hw/Kconfig
=================================>> --- a/drivers/video/fbdev/mmp/hw/Kconfig
+++ b/drivers/video/fbdev/mmp/hw/Kconfig
@@ -1,6 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
-if MMP_DISP
-
 config MMP_DISP_CONTROLLER
 	bool "mmp display controller hw support"
 	depends on CPU_PXA910 || CPU_MMP2
@@ -16,5 +14,3 @@ config MMP_DISP_SPI
 	help
 		Marvell MMP display hw controller spi port support
 		will register as a spi master for panel usage
-
-endif
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help