[Cbe-oss-dev] [patch 6/6] spufs: platform ops

Arnd Bergmann arnd at arndb.de
Fri Apr 28 05:25:35 EST 2006


On Thursday 27 April 2006 18:19, Geoff Levand wrote:
> 
> > We usually say:
> > obj-$(CONFIG_SPU_FS) += spu_priv1.o
> > 
> > or can CONFIG_SPU_FS be 'm' as well as 'y'?
> 
> 
> Yes, the spufs has a core part that's always built into
> the kernel that has routines for interrupt and memory
> management, and a loadable part that has the routines
> for scheduling and file system ops.  spu_priv1.o needs
> to always be built into the kernel.

It might be better to handle this in Kconfig than in
Makefile though, because the way I did it tends to confuse
people.

Since you already touch Kconfig, maybe you can add a new
CONFIG_SPU_BASE that is bool and selected by CONFIG_SPU_FS.

	Arnd <><



More information about the cbe-oss-dev mailing list