[android-kernel] Re: Pandaboard How to disable CMA3000_I2C

2011-10-07 Thread Gil Zhaiek
Hi How do you know it is being compiled? did you see an *.o file in that directory? if you think it is being created - grep the "o" file and see if anyone has instructions to compile it... Gil On Oct 6, 10:42 pm, dani maoz wrote: > I also edit drives/input/misc/Makefile > and remark the lne #

Re: [android-kernel] Re: Pandaboard How to disable CMA3000_I2C

2011-10-06 Thread dani maoz
I also edit drives/input/misc/Makefile and remark the lne #obj-$(CONFIG_INPUT)CMA3000) but the sensor fie is created, so my question again is who created the "sensor" file On Fri, Oct 7, 2011 at 7:36 AM, dani maoz wrote: > Hi > tried this too much diffrence so it's hard to find which module ena

Re: [android-kernel] Re: Pandaboard How to disable CMA3000_I2C

2011-10-06 Thread dani maoz
Hi tried this too much diffrence so it's hard to find which module enable CMA3000 driver when i try to make ARCH=arm uImage i get this message Restart config ... On Fri, Oct 7, 2011 at 5:49 AM, Gil Zhaiek wrote: > Shalom Dani, > > Few basic things: > - defconfig file - > Defines your base con

[android-kernel] Re: Pandaboard How to disable CMA3000_I2C

2011-10-06 Thread Gil Zhaiek
Shalom Dani, Few basic things: - defconfig file - Defines your base configuration for your board and system. You need to know which one is yours - otherwise you can't compile. Basically, your .config file (in kernel) is based on your defconfig and later updated by your menuconfig So (I don't kno