From d809d3e285547dcfc8a669e47315ae768f290584 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 6 Dec 2017 06:13:48 +0000 Subject: [PATCH] enable GPIO_PCF857X for all ARM arches --- configs/base-generic/arm/{armv7 => }/CONFIG_GPIO_PCF857X | 0 kernel-aarch64-debug.config | 2 +- kernel-aarch64.config | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename configs/base-generic/arm/{armv7 => }/CONFIG_GPIO_PCF857X (100%) diff --git a/configs/base-generic/arm/armv7/CONFIG_GPIO_PCF857X b/configs/base-generic/arm/CONFIG_GPIO_PCF857X similarity index 100% rename from configs/base-generic/arm/armv7/CONFIG_GPIO_PCF857X rename to configs/base-generic/arm/CONFIG_GPIO_PCF857X diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index 481ad6d86..2a12ea4d5 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -1781,7 +1781,7 @@ CONFIG_GPIO_MAX77620=m CONFIG_GPIO_MVEBU=y CONFIG_GPIO_PCA953X_IRQ=y CONFIG_GPIO_PCA953X=y -# CONFIG_GPIO_PCF857X is not set +CONFIG_GPIO_PCF857X=m # CONFIG_GPIO_PCH is not set CONFIG_GPIO_PCI_IDIO_16=m # CONFIG_GPIO_PISOSR is not set diff --git a/kernel-aarch64.config b/kernel-aarch64.config index addb46708..ab7456b9a 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -1764,7 +1764,7 @@ CONFIG_GPIO_MAX77620=m CONFIG_GPIO_MVEBU=y CONFIG_GPIO_PCA953X_IRQ=y CONFIG_GPIO_PCA953X=y -# CONFIG_GPIO_PCF857X is not set +CONFIG_GPIO_PCF857X=m # CONFIG_GPIO_PCH is not set CONFIG_GPIO_PCI_IDIO_16=m # CONFIG_GPIO_PISOSR is not set