Skip to content

Commit

Permalink
Adding I2C support by default
Browse files Browse the repository at this point in the history
(cherry picked from commit 3779f1f)
  • Loading branch information
ericbsd committed Apr 17, 2024
1 parent 165193f commit c640052
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sys/amd64/conf/GENERIC
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c640052

Please sign in to comment.