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

Commit 2f1b526e authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'imx-drivers-4.13' of...

Merge tag 'imx-drivers-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/drivers

The i.MX drivers update for 4.13:
 - Add CONFIG_HAVE_IMX_GPC to control the build of GPC driver, so that
   it doesn't build for platforms that do not have it.

* tag 'imx-drivers-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux

:
  soc: imx: gpc: build gpc only if hardware has gpc

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents a32e6a35 c465a32f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
obj-y += gpc.o
obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o
obj-$(CONFIG_IMX7_PM_DOMAINS) += gpcv2.o