I was browsing without fixed directions ... and I found out two different kernel .config for tibook (benh tree):
http://ppckernel.org/configs/benh-powerbookG4 http://cattlegrid.net/~christophe/titanium/.config This isn't an important issue, I think, but only for fun - I'm curious about some of these differences. Obviously many of them are self-explanatory. No need to refer all of them. But, here is my full diff output only until "Networking options": ======================= diff benh-config christophe-config 34c34,35 < CONFIG_CPU_FREQ_24_API=y --- > # CONFIG_CPU_FREQ_24_API is not set > CONFIG_CPU_FREQ_26_API=y 45c46 < # CONFIG_TAU_AVERAGE is not set --- > CONFIG_TAU_AVERAGE=y 64a66 > CONFIG_X86_EMU=y 71c73,77 < # CONFIG_PCMCIA is not set --- > CONFIG_PCMCIA=m > CONFIG_CARDBUS=y > CONFIG_TCIC=y > CONFIG_I82092=y > CONFIG_I82365=y 77,78c83,84 < # CONFIG_PPC_RTC is not set < # CONFIG_PPC601_SYNC_FIX is not set --- > CONFIG_PPC_RTC=y > CONFIG_PPC601_SYNC_FIX=y 84,85c90 < CONFIG_CMDLINE_BOOL=y < CONFIG_CMDLINE="console=ttyS0,9600 console=tty0 root=/dev/sda2" --- > # CONFIG_CMDLINE_BOOL is not set 90,155c95 < CONFIG_MTD=m < # CONFIG_MTD_DEBUG is not set < CONFIG_MTD_PARTITIONS=m < # CONFIG_MTD_CONCAT is not set < CONFIG_MTD_REDBOOT_PARTS=m < < # < # User Modules And Translation Layers < # < CONFIG_MTD_CHAR=m < CONFIG_MTD_BLOCK=m < CONFIG_MTD_BLOCK_RO=m < CONFIG_FTL=m < CONFIG_NFTL=m < # CONFIG_NFTL_RW is not set < < # < # RAM/ROM/Flash chip drivers < # < CONFIG_MTD_CFI=m < # CONFIG_MTD_JEDECPROBE is not set < CONFIG_MTD_GEN_PROBE=m < # CONFIG_MTD_CFI_ADV_OPTIONS is not set < CONFIG_MTD_CFI_INTELEXT=m < CONFIG_MTD_CFI_AMDSTD=m < CONFIG_MTD_RAM=m < CONFIG_MTD_ROM=m < CONFIG_MTD_ABSENT=m < # CONFIG_MTD_OBSOLETE_CHIPS is not set < # CONFIG_MTD_AMDSTD is not set < # CONFIG_MTD_SHARP is not set < # CONFIG_MTD_JEDEC is not set < < # < # Mapping drivers for chip access < # < # CONFIG_MTD_PHYSMAP is not set < # CONFIG_MTD_TQM8XXL is not set < # CONFIG_MTD_RPXLITE is not set < # CONFIG_MTD_MBX860 is not set < # CONFIG_MTD_DBOX2 is not set < # CONFIG_MTD_CFI_FLAGADM is not set < # CONFIG_MTD_PCI is not set < < # < # Self-contained MTD device drivers < # < # CONFIG_MTD_PMC551 is not set < CONFIG_MTD_SLRAM=m < # CONFIG_MTD_MTDRAM is not set < CONFIG_MTD_BLKMTD=m < < # < # Disk-On-Chip Device Drivers < # < # CONFIG_MTD_DOC1000 is not set < # CONFIG_MTD_DOC2000 is not set < # CONFIG_MTD_DOC2001 is not set < # CONFIG_MTD_DOCPROBE is not set < < # < # NAND Flash Device Drivers < # < CONFIG_MTD_NAND=m < # CONFIG_MTD_NAND_ECC is not set < # CONFIG_MTD_NAND_VERIFY_WRITE is not set --- > # CONFIG_MTD is not set 160c100 < CONFIG_PNP=m --- > # CONFIG_MTD is not set 160c100 < CONFIG_PNP=m --- > # CONFIG_PNP is not set 175c115 < CONFIG_BLK_DEV_NBD=m --- > # CONFIG_BLK_DEV_NBD is not set 179c119 < CONFIG_BLK_STATS=y --- > # CONFIG_BLK_STATS is not set ================================= LuiS.

