Le 28/01/2015 12:03, María a écrit : > Hi, > I just got the Flame and I was trying to find the kernel configuration file, > as in the keon it was specified in BoardConfig.mk > (KERNEL_DEFCONFIG:=C8666_defconfig). I need to enable some configuration in > the kernel, but I don't know where to do it.
It's defined elsewhere in the device tree, and the file you are looking for is msm8610_defconfig. > > I was also wondering if it is possible to compile the kernel with the bonding > module, and if it has to be defined only in the kernel configuration > (CONFIG_BONDING=m in the defconfig file) or there is something else to do > before building. > Adding the config flag should be enough, you may maybe need to add directives to package the ko module, if built as a module. > Thanks in advance for your help, > > Maria > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
