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 <maoz.d...@gmail.com> wrote:

> 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 <gilzha...@gmail.com> wrote:
>
>> 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 know the panda's defconfig - so I just give it a name):
>> "make omap4_panda_android_defconfig" will define a .config
>> "make menuconfig" will be based on your .config and then update
>> your .config
>> "make uImage" will compile.
>>
>> To disable CMA3000_I2C you either change it in the menuconfig like
>> your did or edit your relevent CONFIG_ sets in the defconfig and then
>> create a new .config.
>>
>> A good way to see what you have changed in the menuconfig is
>> copy .config to to a tmp_config (before menuconfig) and compare the
>> result of menuconfig -  .config file to tmp_config file.
>>
>> What do you mean "the kernel don't understand" and what procedure does
>> it enters via shell?
>>
>> Gil
>>
>>
>> On Oct 6, 1:17 pm, dani maoz <maoz.d...@gmail.com> wrote:
>> > Thanks for for the reply,
>> > I understand there is a driver which enable this driver CMA3000_I2C ,
>> what
>> > his name?
>> >  i tried to disable the configuration via menuconfig, but when i run the
>> > command
>> > make ARCH=arm uImage, the kernel don't understand the configuration and
>> then
>> > it enter to the procedure of
>> > kernel configuration via shell.
>> >
>> > 2011/10/6 Rogério de Souza Moraes <rogerio.so...@gmail.com>
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > > Hi Dani,
>> >
>> > > do you is trying to change it with the command make menuconfig? If you
>> is
>> > > just editing the android_4430_defconfing file maybe some other
>> configuration
>> > > requires this and enable it when you try to compile it again.
>> >
>> > > My advice is to change this config with the "make menuconfig".
>> >
>> > > Regards,
>> >
>> > > Rogerio
>> >
>> > > 2011/10/6 dani maoz <maoz.d...@gmail.com>
>> >
>> > >> Hi
>> > >> I am trying to disable the compilation of CMA3000_I2C driver,
>> > >> In android_4430_defconfing i disable the variable
>> > >> but when i run the command make ARCH=arm android_4430_defconfig
>> > >> and i look .config i see CONFIG_INPUT_CMA3000_I2C=y
>> > >> How can i solve this isse
>> > >> thanks
>> >
>> > >>  --
>> > >> unsubscribe: android-kernel+unsubscr...@googlegroups.com
>> > >> website:http://groups.google.com/group/android-kernel
>> >
>> > >  --
>> > > unsubscribe: android-kernel+unsubscr...@googlegroups.com
>> > > website:http://groups.google.com/group/android-kernel
>>
>> --
>> unsubscribe: android-kernel+unsubscr...@googlegroups.com
>> website: http://groups.google.com/group/android-kernel
>>
>
>

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to