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

gpio: pmic-eic-sprd: Move Kconfig to MFD expanders

The Spreadtrum PMIC EIC interrupt controller is part of an
MFD expander and should thus be in the MFD GPIO expander
menu section with the rest. Move it.

Cc: Cixi Geng <cixi.geng1@unisoc.com>
Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

authored by

Linus Walleij and committed by
Bartosz Golaszewski
63de20ca b961b2aa

+8 -8
+8 -8
drivers/gpio/Kconfig
··· 497 497 help 498 498 Say yes here to support the PrimeCell PL061 GPIO device. 499 499 500 - config GPIO_PMIC_EIC_SPRD 501 - tristate "Spreadtrum PMIC EIC support" 502 - depends on MFD_SC27XX_PMIC || COMPILE_TEST 503 - depends on OF_GPIO 504 - select GPIOLIB_IRQCHIP 505 - help 506 - Say yes here to support Spreadtrum PMIC EIC device. 507 - 508 500 config GPIO_PXA 509 501 bool "PXA GPIO support" 510 502 depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST ··· 1314 1322 help 1315 1323 Select this option to enable GPIO driver for the TI PALMAS 1316 1324 series chip family. 1325 + 1326 + config GPIO_PMIC_EIC_SPRD 1327 + tristate "Spreadtrum PMIC EIC support" 1328 + depends on MFD_SC27XX_PMIC || COMPILE_TEST 1329 + depends on OF_GPIO 1330 + select GPIOLIB_IRQCHIP 1331 + help 1332 + Say yes here to support Spreadtrum PMIC EIC device. 1317 1333 1318 1334 config GPIO_RC5T583 1319 1335 bool "RICOH RC5T583 GPIO"