diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2017-04-21 16:56:10 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2017-04-21 16:56:10 +0200 |
commit | 3bbb5b8234161db431992e5d1f8b7cb88ad9dec3 (patch) | |
tree | e512c0db9d2aa22daee8149bea0c6eb973b8d636 /drivers/video/console | |
parent | 1e9caa2a3b56ccf62cc5bc29e480652bddec6a80 (diff) | |
download | talos-obmc-linux-3bbb5b8234161db431992e5d1f8b7cb88ad9dec3.tar.gz talos-obmc-linux-3bbb5b8234161db431992e5d1f8b7cb88ad9dec3.zip |
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>
Diffstat (limited to 'drivers/video/console')
-rw-r--r-- | drivers/video/console/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |