Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

video: console: Remove reference to CONFIG_8xx

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>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

authored by

Christophe Leroy and committed by
Bartlomiej Zolnierkiewicz
3bbb5b82 1e9caa2a

+1 -1
+1 -1
drivers/video/console/Kconfig
··· 6 6 7 7 config VGA_CONSOLE 8 8 bool "VGA text console" if EXPERT || !X86 9 - depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && \ 9 + depends on !4xx && !PPC_8xx && !SPARC && !M68K && !PARISC && !FRV && \ 10 10 !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \ 11 11 (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \ 12 12 !ARM64 && !ARC && !MICROBLAZE && !OPENRISC