Blame view

drivers/mxc/Kconfig 511 Bytes
3667fe774   Luwei Zhou   MLK-10600-2: mxc:...
1
2
3
4
5
  # drivers/mxc/Kconfig
  
  if ARCH_MXC
  
  menu "MXC support drivers"
c3b0995fb   Sandor Yu   MLK-11431-1: IPU:...
6
7
8
9
10
11
  config MXC_IPU
  	bool "Image Processing Unit Driver"
  	select MXC_IPU_V3
  	help
  	  If you plan to use the Image Processing unit, say
  	  Y here. IPU is needed by Framebuffer and V4L2 drivers.
41da11903   Gao Pan   MLK-11442 mlb: im...
12
  source "drivers/mxc/mlb/Kconfig"
c3b0995fb   Sandor Yu   MLK-11431-1: IPU:...
13
  source "drivers/mxc/ipu3/Kconfig"
8b92abcbb   Shawn Xiao   MGS-955 GPU:Integ...
14
  source "drivers/mxc/gpu-viv/Kconfig"
3667fe774   Luwei Zhou   MLK-10600-2: mxc:...
15
  source "drivers/mxc/sim/Kconfig"
465720b16   Sandor Yu   MLK-11508-4: V4L2...
16
  source "drivers/mxc/mipi/Kconfig"
41da11903   Gao Pan   MLK-11442 mlb: im...
17
  source "drivers/mxc/vpu/Kconfig"
c3b0995fb   Sandor Yu   MLK-11431-1: IPU:...
18
  source "drivers/mxc/hdmi-cec/Kconfig"
3667fe774   Luwei Zhou   MLK-10600-2: mxc:...
19
20
21
22
  
  endmenu
  
  endif