From: Olaf Hering Date: Wed, 1 Feb 2006 11:04:33 +0000 (-0800) Subject: [PATCH] CONFIG_ISA does not make sense for CONFIG_PPC_PSERIES X-Git-Tag: v2.6.16-rc2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=577bca9eff94193a06e426f8dbf6b3152247a209;p=pandora-kernel.git [PATCH] CONFIG_ISA does not make sense for CONFIG_PPC_PSERIES Older pSeries systems with serial ports dont get any console output after recent changes. CONFIG_ISA does not make sense for CONFIG_PPC_PSERIES because it enables lots of old drivers. Instead, remove the dependency on CONFIG_ISA from the serial port discovery code. Signed-off-by: Olaf Hering Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed