diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2016-09-09 09:44:55 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-10 12:17:39 +0200 |
commit | d70b7489428fd377cbda4a2e2c1b5fb8e258cf0f (patch) | |
tree | 08318f2252b25008f731d9b8c6d8e4bba0569d0b /target/linux/imx6 | |
parent | 7d9ef9080cefcc7fe0dea071b3ccccef7e90039d (diff) | |
download | mtk-20170518-d70b7489428fd377cbda4a2e2c1b5fb8e258cf0f.zip mtk-20170518-d70b7489428fd377cbda4a2e2c1b5fb8e258cf0f.tar.gz mtk-20170518-d70b7489428fd377cbda4a2e2c1b5fb8e258cf0f.tar.bz2 |
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 <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/imx6')
-rw-r--r-- | target/linux/imx6/config-4.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/imx6/config-4.4 b/target/linux/imx6/config-4.4 index a2568b5..8799a95 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 |