Re: [Cbe-oss-dev] [PATCH 11/13] cell: split out board specific files

From: Segher Boessenkool
Date: Tue May 02 2006 - 19:39:00 EST


Is there any reason the driver wouldn't build and/or run on other
platforms? If so, fix it. If not, just make it

depends on PCI

Well, it could run on other platforms, except:

- it requires a few properties in the device tree (local-mac-address,
firmware), so it should also depend on PPC

The portions of code that require OF should have appropriate #ifdef guards.

- It's not actually PCI at all, but on an internal bus that has
something close enough to a PCI config space.

Our emulation should be good enough; if not, holler (off-list).


Segher

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/