Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio/qoriq: Add qoriq platforms support

The gpio-mpc8xxx.c should can support qoriq and
Layerscape platforms.

Signed-off-by: Liu Gang <Gang.Liu@nxp.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Liu Gang and committed by
Linus Walleij
5df7fd46 1920906f

+5 -3
+5 -3
drivers/gpio/Kconfig
··· 281 281 depends on PPC_MPC52xx 282 282 283 283 config GPIO_MPC8XXX 284 - bool "MPC512x/MPC8xxx GPIO support" 284 + bool "MPC512x/MPC8xxx/QorIQ GPIO support" 285 285 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ 286 - FSL_SOC_BOOKE || PPC_86xx 286 + FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE || ARM || \ 287 + COMPILE_TEST 288 + select GPIO_GENERIC 287 289 help 288 290 Say Y here if you're going to use hardware that connects to the 289 - MPC512x/831x/834x/837x/8572/8610 GPIOs. 291 + MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs. 290 292 291 293 config GPIO_MVEBU 292 294 def_bool y