David S. Miller wrote:
> On Mon, 2003-06-02 at 15:14, Miles Lane wrote:
>
>>if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.70-bk7; fi
>>WARNING: /lib/modules/2.5.70-bk7/kernel/drivers/net/irda/w83977af_ir.ko
>>needs unknown symbol setup_dma
> What platform is this? It needs to set CONFIG_ISA correctly.
It's PPC.
...
# CONFIG_ISA is not set
Then it shouldn't allow you to build the w83977af_ir driver.
CONFIG_ISA=y is necessary for this device.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/