Skip to content

Commit

Permalink
video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLE
Browse files Browse the repository at this point in the history
The AVR32 symbol was removed in commit 2620287 ("avr32: remove
support for AVR32 architecture").

Signed-off-by: Ulf Magnusson <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Corentin Labbe <[email protected]>
Cc: Viresh Kumar <[email protected]>
Cc: Matthias Brugger <[email protected]>
Cc: Thierry Reding <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: LEROY Christophe <[email protected]>
Cc: Sean Paul <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
  • Loading branch information
ulfalizer authored and bzolnier committed Mar 12, 2018
1 parent c58cb8a commit f06a51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/console/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu "Console display driver support"
config VGA_CONSOLE
bool "VGA text console" if EXPERT || !X86
depends on !4xx && !PPC_8xx && !SPARC && !M68K && !PARISC && !FRV && \
!SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \
!SUPERH && !BLACKFIN && !MN10300 && !CRIS && \
(!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \
!ARM64 && !ARC && !MICROBLAZE && !OPENRISC
default y
Expand Down

0 comments on commit f06a51a

Please sign in to comment.