[PATCH] sparc32 kconfig fixes
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
Wed, 20 Oct 2004 10:16:02 +0000 (03:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Oct 2004 10:16:02 +0000 (03:16 -0700)
a) CONFIG_VT should set CONFIG_INPUT
b) parport_pc and serial/8250 are broken for sparc32 same as for
sparc64

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

arch/sparc/Kconfig
drivers/parport/Kconfig
drivers/serial/Kconfig
sound/Kconfig

index 3d978f4..db6f3ca 100644 (file)
@@ -27,6 +27,7 @@ menu "General machine setup"
 
 config VT
        bool
+       select INPUT
        default y
        ---help---
          If you say Y here, you will get support for terminal devices with
index 156e46a..db8fe4c 100644 (file)
@@ -34,7 +34,7 @@ config PARPORT
 
 config PARPORT_PC
        tristate "PC-style hardware"
-       depends on PARPORT && (!SPARC64 || PCI)
+       depends on PARPORT && (!SPARC64 || PCI) && (!SPARC32 || BROKEN)
        ---help---
          You should say Y here if you have a PC-style parallel port. All
          IBM PC compatible computers and some Alphas have PC-style
index 2df6d54..b99b68d 100644 (file)
@@ -10,7 +10,7 @@ menu "Serial drivers"
 # The new 8250/16550 serial drivers
 config SERIAL_8250
        tristate "8250/16550 and compatible serial support"
-       depends on (BROKEN || !SPARC64)
+       depends on (BROKEN || !(SPARC64 || SPARC32))
        select SERIAL_CORE
        ---help---
          This selects whether you want to include the driver for the standard
index 56f5cc7..1e4511a 100644 (file)
@@ -70,7 +70,7 @@ source "sound/parisc/Kconfig"
 endmenu
 
 menu "Open Sound System"
-       depends on SOUND!=n && (BROKEN || !SPARC64)
+       depends on SOUND!=n && (BROKEN || !(SPARC32 || SPARC64))
 
 config SOUND_PRIME
        tristate "Open Sound System (DEPRECATED)"