diff options
Diffstat (limited to 'recipes-kernel/linux/linux-at91-4.9.87/i2c-at91.conf')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/i2c-at91.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/i2c-at91.conf b/recipes-kernel/linux/linux-at91-4.9.87/i2c-at91.conf new file mode 100644 index 0000000..a5d7ff4 --- /dev/null +++ b/recipes-kernel/linux/linux-at91-4.9.87/i2c-at91.conf @@ -0,0 +1,3 @@ +# For some reason, dynamic debug is turned on for module i2c_at91. +# Turn it off. +install i2c-at91 modprobe --ignore-install i2c_at91 ; echo 'module i2c_at91 -p' >/sys/kernel/debug/dynamic_debug/control |