Blame view

drivers/mxc/Kconfig 512 Bytes
3a538d99c   Shawn Guo   ENGR00240987: ipu...
1
2
3
4
5
6
7
8
9
10
11
12
  # drivers/mxc/Kconfig
  
  if ARCH_MXC
  
  menu "MXC support drivers"
  
  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.
931173e5a   Shawn Guo   ENGR00240988: gpu...
13
  source "drivers/mxc/gpu-viv/Kconfig"
3a538d99c   Shawn Guo   ENGR00240987: ipu...
14
  source "drivers/mxc/ipu3/Kconfig"
4a806a102   Nicolin Chen   ENGR00274286-2 mx...
15
  source "drivers/mxc/asrc/Kconfig"
97e7f2ef7   Hongzhang Yang   ENGR00274761-3 Up...
16
  source "drivers/mxc/vpu/Kconfig"
61e758ebe   Sandor Yu   ENGR00276224-01 M...
17
  source "drivers/mxc/hdmi-cec/Kconfig"
b6148e2bf   Oliver Brown   ENGR00278652-1 [M...
18
  source "drivers/mxc/mipi/Kconfig"
7f0c987e8   Luwei Zhou   ENGR00283475 mxc:...
19
  source "drivers/mxc/mlb/Kconfig"
3a538d99c   Shawn Guo   ENGR00240987: ipu...
20
21
22
23
  
  endmenu
  
  endif