diff options
author | John Klug <john.klug@multitech.com> | 2021-11-12 20:25:39 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-11-15 03:48:31 -0600 |
commit | a34ffb419905bd199d30c70ec6e043040a342894 (patch) | |
tree | 800c8ce4540ff271ac1789eb9ea850435b1d9361 /recipes-kernel/linux | |
parent | 53d9dcb7189d9df4f8dd6711ea04c4d4afcfeb72 (diff) | |
download | meta-multitech-atmel-a34ffb419905bd199d30c70ec6e043040a342894.tar.gz meta-multitech-atmel-a34ffb419905bd199d30c70ec6e043040a342894.tar.bz2 meta-multitech-atmel-a34ffb419905bd199d30c70ec6e043040a342894.zip |
Remove support for IRQ because our I/O expander does not have this
Diffstat (limited to 'recipes-kernel/linux')
-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 85ff8fa..f734bbd 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 |