vga: compile fix, disable vga for s390
authorJan Glauber <jang@linux.vnet.ibm.com>
Thu, 29 Nov 2012 13:40:40 +0000 (14:40 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 30 Nov 2012 16:47:28 +0000 (17:47 +0100)
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/vga.h [new file with mode: 0644]
drivers/gpu/vga/Kconfig

diff --git a/arch/s390/include/asm/vga.h b/arch/s390/include/asm/vga.h
new file mode 100644 (file)
index 0000000..d375526
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _ASM_S390_VGA_H
+#define _ASM_S390_VGA_H
+
+/* Avoid compile errors due to missing asm/vga.h */
+
+#endif /* _ASM_S390_VGA_H */
index f34838839b08c1f6f2eb64b8fde03265a9a96ef3..29437eabe0957d67893808ed7d668f54770c3fd7 100644 (file)
@@ -1,7 +1,7 @@
 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
This page took 0.025544 seconds and 5 git commands to generate.