[media] davinci: vpif: Enable selection of the ADV7343 and THS7303
The auto selection of pertinent helper chips (VIDEO_HELPER_CHIPS_AUTO) should select the ADV7343 and THS7303 driver, which is used by VPIF display driver. Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com> Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
0fd4652108
commit
2c026deed9
|
@ -3,8 +3,8 @@ config VIDEO_DAVINCI_VPIF_DISPLAY
|
||||||
depends on VIDEO_DEV && (MACH_DAVINCI_DM6467_EVM || MACH_DAVINCI_DA850_EVM)
|
depends on VIDEO_DEV && (MACH_DAVINCI_DM6467_EVM || MACH_DAVINCI_DA850_EVM)
|
||||||
select VIDEOBUF2_DMA_CONTIG
|
select VIDEOBUF2_DMA_CONTIG
|
||||||
select VIDEO_DAVINCI_VPIF
|
select VIDEO_DAVINCI_VPIF
|
||||||
select VIDEO_ADV7343
|
select VIDEO_ADV7343 if VIDEO_HELPER_CHIPS_AUTO
|
||||||
select VIDEO_THS7303
|
select VIDEO_THS7303 if VIDEO_HELPER_CHIPS_AUTO
|
||||||
help
|
help
|
||||||
Enables Davinci VPIF module used for display devices.
|
Enables Davinci VPIF module used for display devices.
|
||||||
This module is common for following DM6467/DA850/OMAPL138
|
This module is common for following DM6467/DA850/OMAPL138
|
||||||
|
|
Loading…
Reference in New Issue