diff options
author | John Klug <john.klug@multitech.com> | 2021-11-23 08:03:22 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-11-23 09:13:15 -0600 |
commit | 24519d9d8ed5a3ff44577effd45019620395de86 (patch) | |
tree | de564ef6e0dbee04dc5bd557fdaf561af94f8b53 /recipes-kernel | |
parent | dd56d2421c60dffc1900924d73855886c9931d5f (diff) | |
download | meta-multitech-atmel-24519d9d8ed5a3ff44577effd45019620395de86.tar.gz meta-multitech-atmel-24519d9d8ed5a3ff44577effd45019620395de86.tar.bz2 meta-multitech-atmel-24519d9d8ed5a3ff44577effd45019620395de86.zip |
Remove i2c debug to prevent new I/O expander debug
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/defconfig b/recipes-kernel/linux/linux-at91-4.9.87/defconfig index f734bbd..ebe5678 100644 --- a/recipes-kernel/linux/linux-at91-4.9.87/defconfig +++ b/recipes-kernel/linux/linux-at91-4.9.87/defconfig @@ -1885,9 +1885,9 @@ CONFIG_I2C_GPIO=m # CONFIG_I2C_STUB is not set CONFIG_I2C_SLAVE=y CONFIG_I2C_SLAVE_EEPROM=m -CONFIG_I2C_DEBUG_CORE=y -CONFIG_I2C_DEBUG_ALGO=y -CONFIG_I2C_DEBUG_BUS=y +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set CONFIG_SPI=y # CONFIG_SPI_DEBUG is not set CONFIG_SPI_MASTER=y |