Setting config when using 'make menuconfig'

Anders Darander anders.darander at gmail.com
Fri Jan 10 14:58:51 EST 2014


On 10 Jan 2014 20:52, "m silverstri" <michael.j.silverstri at gmail.com> wrote:
> When I run 'make menuconfig' and when I search for
> 'CONFIG_VIDEO_MY_DRIVER', I See it.
>
>  Symbol: VIDEO_MY_DRIVER [=n]
>   │ Type  : boolean
>   │ Prompt: my driver
   │
>   │   Location:
>   │     -> Device Drivers
>   │ (1)   -> Multimedia support (MEDIA_SUPPORT [=y])
>   │   Defined at drivers/media/platform/mydriver/Kconfig:5
>   │   Depends on: MEDIA_SUPPORT [=y] && VIDEO_DEV [=n] && VIDEO_V4L2
> [=n]

You need to enable VIDEO_DEV and VIDEO_V4L2  as your driver depends on
them.

Cheers,
Anders

>   │   Selects: V4L2_MEM2MEM_DEV [=n]
>>
> But when I want to set it, I go to 'Device Drivers'-> 'Multimedia
> Support', I don't find the option to set it.
>
> Can you please tell me if I make a mistake in my 'Kconfig' or where
> should I look for when I try to set it under 'Device Drivers'?
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140110/e6546b5f/attachment.html 


More information about the Kernelnewbies mailing list