Messages in this thread Patch in this message |  | | | Date | Sat, 5 Feb 2000 17:52:08 +0100 | | From | Dominik Kubla <> | | Subject | Re: 2.3.42 alpha updates |
| |
While we are at the topic of the alpha port: config.in is missing
define_bool CONFIG_ISA y
for those platforms which actually have an ISA bridge (like NONAME). Without this some working drivers, eg for the i82365 PCMCIA controller, will no longer compile.
Dominik ======================================================================== --- linux/arch/alpha/config.in.orig Wed Jan 12 18:20:56 2000 +++ linux/arch/alpha/config.in Sun Feb 6 17:44:40 2000 @@ -72,6 +72,7 @@ if [ "$CONFIG_ALPHA_NONAME" = "y" -o "$CONFIG_ALPHA_EB66" = "y" \ -o "$CONFIG_ALPHA_EB66P" = "y" -o "$CONFIG_ALPHA_P2K" = "y" ] then + define_bool CONFIG_ISA y define_bool CONFIG_PCI y define_bool CONFIG_ALPHA_EV4 y define_bool CONFIG_ALPHA_LCA y - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
|  |