Loading arch/s390/include/asm/vga.h 0 → 100644 +6 −0 Original line number Diff line number Diff line #ifndef _ASM_S390_VGA_H #define _ASM_S390_VGA_H /* Avoid compile errors due to missing asm/vga.h */ #endif /* _ASM_S390_VGA_H */ drivers/gpu/vga/Kconfig +1 −1 Original line number Diff line number Diff line config VGA_ARB bool "VGA Arbitration" if EXPERT default y depends on PCI depends on (PCI && !S390) help Some "legacy" VGA devices implemented on PCI typically have the same hard-decoded addresses as they did on ISA. When multiple PCI devices Loading Loading
arch/s390/include/asm/vga.h 0 → 100644 +6 −0 Original line number Diff line number Diff line #ifndef _ASM_S390_VGA_H #define _ASM_S390_VGA_H /* Avoid compile errors due to missing asm/vga.h */ #endif /* _ASM_S390_VGA_H */
drivers/gpu/vga/Kconfig +1 −1 Original line number Diff line number Diff line config VGA_ARB bool "VGA Arbitration" if EXPERT default y depends on PCI depends on (PCI && !S390) help Some "legacy" VGA devices implemented on PCI typically have the same hard-decoded addresses as they did on ISA. When multiple PCI devices Loading