x86/build: Don't add -maccumulate-outgoing-args w/o compiler support
[linux/fpc-iii.git] / drivers / media / platform / xilinx / Kconfig
blob84bae795b70d3148beb0e5f90c12ad88dffe3bb6
1 config VIDEO_XILINX
2         tristate "Xilinx Video IP (EXPERIMENTAL)"
3         depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF && HAS_DMA
4         select VIDEOBUF2_DMA_CONTIG
5         ---help---
6           Driver for Xilinx Video IP Pipelines
8 if VIDEO_XILINX
10 config VIDEO_XILINX_TPG
11         tristate "Xilinx Video Test Pattern Generator"
12         depends on VIDEO_XILINX
13         select VIDEO_XILINX_VTC
14         ---help---
15            Driver for the Xilinx Video Test Pattern Generator
17 config VIDEO_XILINX_VTC
18         tristate "Xilinx Video Timing Controller"
19         depends on VIDEO_XILINX
20         ---help---
21            Driver for the Xilinx Video Timing Controller
23 endif #VIDEO_XILINX