I have been looking at that part, and seems like pretty half-done, even buggy.
Can't you live without it ?
For example, in mkpatch/Config.in:
if [ "$CONFIG_8xx" = "y" ]; then
<well, there is a 8xx cpu variable in arch/ppc>
...
if [ "$CONFIG_405" = "y" ]; then
<I found no _405, should not it be _4xx ?>
dep_tristate 'PPC 405 I2C Algorithm' CONFIG_I2C_PPC405_ALGO $CONFIG_I2C
look at this ^^^^^^^^^^^^^^^^^^^^
if [ "CONFIG_PPC405_I2C_ALGO" != "n" ]; then
<vs this ^^^^^^^^^^^^^^^^^^^^ >
dep_tristate ' PPC 405 I2C Adapter' CONFIG_I2C_PPC405_ADAP $CONFIG_I2C
_PPC405_ALGO
I would not trust that part still.
BTW, I sent the patches about slab/malloc to the mantainer time ago, and cvs
still uses malloc.
-- J.A. Magallon # Let the source be with you... mailto:jamagallon@able.es Mandrake Linux release 8.1 (Cooker) for i586 Linux werewolf 2.4.7 #1 SMP Mon Jul 23 01:55:36 CEST 2001 i686 - 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/