Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7750e83 authored by Fabio Estevam's avatar Fabio Estevam Committed by Philipp Zabel
Browse files

gpu: ipu-v3: Kconfig: Remove SOC_IMX6SL from IMX_IPUV3_CORE Kconfig



SOC_IMX6SL does not have the IPU block, so remove it from the Kconfig entry.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent e68885e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config IMX_IPUV3_CORE
	tristate "IPUv3 core support"
	depends on SOC_IMX5 || SOC_IMX6Q || SOC_IMX6SL || ARCH_MULTIPLATFORM
	depends on SOC_IMX5 || SOC_IMX6Q || ARCH_MULTIPLATFORM
	depends on RESET_CONTROLLER
	select GENERIC_IRQ_CHIP
	help