Commit f878ebd9 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] sparc32 kconfig fixes

	a) CONFIG_VT should set CONFIG_INPUT
	b) parport_pc and serial/8250 are broken for sparc32 same as for
sparc64
Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2e719f1d
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment