diff options
author | Ulf Magnusson <[email protected]> | 2018-03-12 17:06:53 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <[email protected]> | 2018-03-12 17:06:53 +0100 |
commit | f06a51a08f9d0389cdc6c30423417ea7cb89eded (patch) | |
tree | 01c17b6ef2ff66885b276d4f4df2395778cf924a | |
parent | c58cb8ae73383b194c96c7907613892398ab6aae (diff) |
video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLE
The AVR32 symbol was removed in commit 26202873bb51 ("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]>
-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 7f1f1fbcef9e..be63759b6027 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig @@ -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 |