I am trying to compile a new kernel for efika. Am using stock 2.6.20 kernel source at the moment.
However there are some symbols which does not exist in the stock kernel viz. :
.config:137

trying to assign nonexistent symbol PPC_MPC5200
.config:138

trying to assign nonexistent symbol PPC_BESTCOMM
.config:1036

trying to assign nonexistent symbol PATA_MPC52xx
.config:1259

trying to assign nonexistent symbol FEC_MPC52xx
.config:2342

trying to assign nonexistent symbol SND_PPC_MPC52xx_AC97
.config:2394

trying to assign nonexistent symbol USB_MULTITHREAD_PROBE
.config:2407

trying to assign nonexistent symbol USB_OHCI_HCD_PPC_OF
.config:2408

trying to assign nonexistent symbol USB_OHCI_HCD_PPC_OF_BE
.config:2409

trying to assign nonexistent symbol USB_OHCI_HCD_PPC_OF_LE
.config:2411

trying to assign nonexistent symbol USB_OHCI_BIG_ENDIAN_DESC
.config:2412

trying to assign nonexistent symbol USB_OHCI_BIG_ENDIAN_MMIO
Secondly, is there somewhere I can get a bare minimum configuration file for efika?
Thanks.