Commit dd7f1fe1fbe14cb100de14e6aa26ce4d3be0fab9
1 parent
529acf5898
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
alpha: VGA_HOSE depends on VGA_CONSOLE
arch/alpha/kernel/console.c:locate_and_init_vga uses vga_con, causing build failures if VGA_CONSOLE was not set and MARVEL, TITAN, DP264, or GENERIC alpha system types were set. Reported-by: Raúl Porcel <armin76@gentoo.org> Signed-off-by: Matt Turner <mattst88@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
arch/alpha/Kconfig
... | ... | @@ -477,7 +477,7 @@ |
477 | 477 | |
478 | 478 | config VGA_HOSE |
479 | 479 | bool |
480 | - depends on ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL || ALPHA_TSUNAMI | |
480 | + depends on VGA_CONSOLE && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL || ALPHA_TSUNAMI) | |
481 | 481 | default y |
482 | 482 | help |
483 | 483 | Support VGA on an arbitrary hose; needed for several platforms |