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 <[email protected]> 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 <[email protected]> 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 <[email protected]>
> >
> >
> >
> >
> >
> >
> >
> > > 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 <[email protected]>
> >
> > >> 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: [email protected]
> > >> website:http://groups.google.com/group/android-kernel
> >
> > >  --
> > > unsubscribe: [email protected]
> > > website:http://groups.google.com/group/android-kernel
>
> --
> unsubscribe: [email protected]
> website: http://groups.google.com/group/android-kernel
>

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to