From c640052f5ec53370ba5dc04f211d26fc4eca54a0 Mon Sep 17 00:00:00 2001 From: ericbsd Date: Wed, 17 Apr 2024 07:54:13 -0300 Subject: [PATCH] Adding I2C support by default (cherry picked from commit 3779f1ff018992281203798ca17a4bac2a7b2ae8) --- sys/amd64/conf/GENERIC | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index e37ff5ab24c4..bdea649fb782 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -418,3 +418,7 @@ device uinput # install /dev/uinput cdev options HID_DEBUG # enable debug msgs device hid # Generic HID support options IICHID_SAMPLING # Workaround missing GPIO INTR support + +# I2C support +device ig4 #Synopsys DesignWare I2C Controller +device iicbus # I2C bus system \ No newline at end of file