Hi,

I am trying to enable kernel config,  "CONFIG_VIDEOBUF2_DMA_CONTIG" and added 
to my defconfig file  to do that.

After the complete Android build I see that it is not getting added to the 
final .config file.

I made sure that all its dependencies are also enabled from 
"drivers/media/v4l2-core/Kconfig" file.
config VIDEOBUF2_DMA_CONTIG
       tristate
        depends on HAS_DMA
        select VIDEOBUF2_CORE
        select VIDEOBUF2_MEMOPS
        select DMA_SHARED_BUFFER
I did the same for some of the other Kernel configs that I need, and they 
showed in the final .config,

Can someone let me know why this flag "CONFIG_VIDEOBUF2_DMA_CONTIG"  is not 
getting enabled in my kernel build?

Thanks
Kishore.

-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to