···11+#ifndef _ASM_S390_VGA_H22+#define _ASM_S390_VGA_H33+44+/* Avoid compile errors due to missing asm/vga.h */55+66+#endif /* _ASM_S390_VGA_H */
+1-1
drivers/gpu/vga/Kconfig
···11config VGA_ARB22 bool "VGA Arbitration" if EXPERT33 default y44- depends on PCI44+ depends on (PCI && !S390)55 help66 Some "legacy" VGA devices implemented on PCI typically have the same77 hard-decoded addresses as they did on ISA. When multiple PCI devices