linux-imx/drivers/mxc/Kconfig
Dong Aisheng 4ee7464398 Merge branch 'mxc/next' into next
* mxc/next: (519 commits)
  MGS-7343 [#nxp] fix the compile warning
  LF-10253: arm64: vpu : h1: solve encode hang
  MGS-7413 [#nxp] reorder the directory
  LF-10543-8: mxc: vpu: wave6: make sequence of decoder capture buffer monotonically increasing
  LF-10543-7: mxc: vpu: wave6: init seq in a separate task
  ...
2023-11-22 17:04:52 +08:00

42 lines
866 B
Plaintext

# drivers/mxc/Kconfig
if ARCH_MXC
menu "MXC support drivers"
config MXC_SIM
tristate "MXC SIM support"
default n
help
Say Y to get MXC SIM support.
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.
source "drivers/mxc/gpu-viv/Kconfig"
source "drivers/mxc/sim/Kconfig"
source "drivers/mxc/mlb/Kconfig"
source "drivers/mxc/ipu3/Kconfig"
source "drivers/mxc/hdmi-cec/Kconfig"
source "drivers/mxc/mipi/Kconfig"
# drivers common to MXC and MX8 go here:
if ARM64
source "drivers/mxc/hantro/Kconfig"
source "drivers/mxc/hantro_845/Kconfig"
source "drivers/mxc/hantro_845_h1/Kconfig"
source "drivers/mxc/hantro_vc8000e/Kconfig"
source "drivers/mxc/hantro_v4l2/Kconfig"
endif
source "drivers/mxc/vpu/Kconfig"
endmenu
endif