diff options
author | John Klug <john.klug@multitech.com> | 2021-10-20 06:05:27 -0500 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-11-18 09:52:08 +0200 |
commit | 7ae2e53e97b46482f3e7df74c14f5865b4d4a140 (patch) | |
tree | 0c3be2a5e3f073d9c6fbc9fffa60e1b7ac7fc352 /recipes-kernel | |
parent | a4c599253159ea5de3d1c655e413ab32c4be17c5 (diff) | |
download | meta-multitech-atmel-7ae2e53e97b46482f3e7df74c14f5865b4d4a140.tar.gz meta-multitech-atmel-7ae2e53e97b46482f3e7df74c14f5865b4d4a140.tar.bz2 meta-multitech-atmel-7ae2e53e97b46482f3e7df74c14f5865b4d4a140.zip |
Add PCA953X driver to kernel for MTCDT-0.2
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/defconfig b/recipes-kernel/linux/linux-at91-4.9.87/defconfig index 10aae27..0490771 100644 --- a/recipes-kernel/linux/linux-at91-4.9.87/defconfig +++ b/recipes-kernel/linux/linux-at91-4.9.87/defconfig @@ -1988,7 +1988,8 @@ CONFIG_GPIO_SYSFS=y # CONFIG_GPIO_ADNP is not set # CONFIG_GPIO_MAX7300 is not set # CONFIG_GPIO_MAX732X is not set -# CONFIG_GPIO_PCA953X is not set +CONFIG_GPIO_PCA953X=y +CONFIG_GPIO_PCA953X_IRQ=y # CONFIG_GPIO_PCF857X is not set # CONFIG_GPIO_SX150X is not set # CONFIG_GPIO_TPIC2810 is not set |