From: Koen Vandeputte Date: Fri, 9 Sep 2016 07:44:55 +0000 (+0200) Subject: imx6: Add static PCA953x support in kernel X-Git-Tag: v17.01.0-rc1~1481 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=d70b7489428fd377cbda4a2e2c1b5fb8e258cf0f;hp=7d9ef9080cefcc7fe0dea071b3ccccef7e90039d imx6: Add static PCA953x support in kernel commit a2386c384da501e862210f222994821580fe151c requires the module to be static in the kernel. So lets actually add support for it inside the kernel config. Tested on Ventana Signed-off-by: Koen Vandeputte --- diff --git a/target/linux/imx6/config-4.4 b/target/linux/imx6/config-4.4 index a2568b56b4..8799a95f8b 100644 --- a/target/linux/imx6/config-4.4 +++ b/target/linux/imx6/config-4.4 @@ -166,6 +166,8 @@ CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_GENERIC=y CONFIG_GPIO_MXC=y +CONFIG_GPIO_PCA953X=y +CONFIG_GPIO_PCA953X_IRQ=y CONFIG_GPIO_SYSFS=y CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDIRQS_SW_RESEND=y