[U-Boot] [PATCH 01/10] mkconfig: parse top level makefile target to multiple config targets

Scott Wood scottwood at freescale.com
Tue Sep 8 17:38:25 CEST 2009


On Mon, Sep 07, 2009 at 02:38:22PM +0200, Wolfgang Denk wrote:
> > then in the include/configs/*.h:
> > #ifdef MPC8536DS_NAND
> > blablabla
> > #endif
> >
> > #ifdef MPC8536DS_NAND_36BIT
> > blablabla
> > #endif
> >
> > #ifdef MPC8536DS_36BIT
> > blablabla
> > #endif
> 
> That would be CONFIG_MPC8536DS_NAND etc., but except of that that's
> whaty I mean.

NAND and 36BIT are orthogonal options -- what is wrong with the previous
suggestion of splitting them in mkconfig?

With more than two orthogonal options, things will get rather silly
trying to list every combination -- and it would be nice if it didn't
matter which order the user specifies the options in.

-Scott


More information about the U-Boot mailing list