diff options
author | John Klug <john.klug@multitech.com> | 2021-11-12 20:25:39 -0600 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-11-18 10:03:00 +0200 |
commit | 948c5945a4b324a5a33c395727df844fff25555f (patch) | |
tree | b4f5d8dd5baa7017d962a550025ec30872faeaa0 /recipes-kernel | |
parent | 130ab6fd5153fa528e2e33a501d9ecffed55067b (diff) | |
download | meta-multitech-atmel-948c5945a4b324a5a33c395727df844fff25555f.tar.gz meta-multitech-atmel-948c5945a4b324a5a33c395727df844fff25555f.tar.bz2 meta-multitech-atmel-948c5945a4b324a5a33c395727df844fff25555f.zip |
Remove support for IRQ because our I/O expander does not have this
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/defconfig | 2 |
1 files changed, 1 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 0490771..05971d9 100644 --- a/recipes-kernel/linux/linux-at91-4.9.87/defconfig +++ b/recipes-kernel/linux/linux-at91-4.9.87/defconfig @@ -1989,7 +1989,7 @@ CONFIG_GPIO_SYSFS=y # CONFIG_GPIO_MAX7300 is not set # CONFIG_GPIO_MAX732X is not set CONFIG_GPIO_PCA953X=y -CONFIG_GPIO_PCA953X_IRQ=y +# CONFIG_GPIO_PCA953X_IRQ is not set # CONFIG_GPIO_PCF857X is not set # CONFIG_GPIO_SX150X is not set # CONFIG_GPIO_TPIC2810 is not set |