From: Anup Patel Date: Wed, 10 Feb 2016 06:10:46 +0000 (+0530) Subject: arm64: Select COMMON_CLK_IPROC, PINCTRL and GPIOLIB for iProc SoCs X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=382618bb1f7ef9bcd1622b40d443c9149af60c32;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git arm64: Select COMMON_CLK_IPROC, PINCTRL and GPIOLIB for iProc SoCs We select COMMON_CLK_IPROC, PINCTRL, and GPIOLIB in arm64 Kconfig for ARCH_BCM_IPROC so that we can use COMMON_CLK, PINCTRL and GPIOLIB with iProc SoC drivers. Signed-off-by: Anup Patel Signed-off-by: Ray Jui Signed-off-by: Yendapally Reddy Dhananjaya Reddy Signed-off-by: Florian Fainelli --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 21074f674bde..e20b50cbe8dc 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -2,6 +2,9 @@ menu "Platform selection" config ARCH_BCM_IPROC bool "Broadcom iProc SoC Family" + select COMMON_CLK_IPROC + select PINCTRL + select ARCH_REQUIRE_GPIOLIB help This enables support for Broadcom iProc based SoCs