[PATCH] gpu: ipu-v3: Kconfig: Remove SOC_IMX6SL from IMX_IPUV3_CORE Kconfig

Fabio Estevam festevam at gmail.com
Thu Aug 28 11:32:18 PDT 2014


On Fri, Jun 20, 2014 at 12:06 AM, Fabio Estevam <festevam at gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam at freescale.com>
>
> SOC_IMX6SL does not have the IPU block, so remove it from the Kconfig entry.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
>  drivers/gpu/ipu-v3/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/ipu-v3/Kconfig b/drivers/gpu/ipu-v3/Kconfig
> index 2f228a2..8696d20 100644
> --- a/drivers/gpu/ipu-v3/Kconfig
> +++ b/drivers/gpu/ipu-v3/Kconfig
> @@ -1,6 +1,6 @@
>  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
>         help
>           Choose this if you have a i.MX5/6 system and want to use the Image

Not sure who would take this one?

$ ./scripts/get_maintainer.pl -f drivers/gpu/ipu-v3/Kconfig
Greg Kroah-Hartman <gregkh at linuxfoundation.org> (commit_signer:1/1=100%)
Lucas Stach <l.stach at pengutronix.de> (commit_signer:1/1=100%)
Philipp Zabel <p.zabel at pengutronix.de>
(commit_signer:1/1=100%,authored:1/1=100%,added_lines:7/7=100%)
linux-kernel at vger.kernel.org (open list)%)

It seems we need an entry for drivers/gpu/ipu-v3 in MAINTAINERS?


More information about the dri-devel mailing list