linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] video: console: Remove reference to CONFIG_8xx
@ 2017-04-14 13:50 ` Christophe Leroy
  2017-04-21 14:57   ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe Leroy @ 2017-04-14 13:50 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, David S. Miller
  Cc: linux-kernel, linuxppc-dev, linux-fbdev

CONFIG_8xx is deprecated and should soon be removed in favor
of CONFIG_PPC_8xx.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
 This is the last instance of CONFIG_8xx outside of arch/powerpc/

 drivers/video/console/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig
index 5b71bd905a60..2111d06f8c81 100644
--- a/drivers/video/console/Kconfig
+++ b/drivers/video/console/Kconfig
@@ -6,7 +6,7 @@ menu "Console display driver support"
 
 config VGA_CONSOLE
 	bool "VGA text console" if EXPERT || !X86
-	depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && \
+	depends on !4xx && !PPC_8xx && !SPARC && !M68K && !PARISC && !FRV && \
 		!SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \
 		(!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \
 		!ARM64 && !ARC && !MICROBLAZE && !OPENRISC
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] video: console: Remove reference to CONFIG_8xx
  2017-04-14 13:50 ` [PATCH] video: console: Remove reference to CONFIG_8xx Christophe Leroy
@ 2017-04-21 14:57   ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2017-04-21 14:57 UTC (permalink / raw)
  To: Christophe Leroy; +Cc: David S. Miller, linux-kernel, linuxppc-dev, linux-fbdev

On Friday, April 14, 2017 03:50:04 PM Christophe Leroy wrote:
> CONFIG_8xx is deprecated and should soon be removed in favor
> of CONFIG_PPC_8xx.
> 
> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>

Patch queued for 4.12, thanks.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-21 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170414135008epcas1p306041aaebadfbb6d68183d8866639a9e@epcas1p3.samsung.com>
2017-04-14 13:50 ` [PATCH] video: console: Remove reference to CONFIG_8xx Christophe Leroy
2017-04-21 14:57   ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).