Skip to content

Commit

Permalink
Adding I2C support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbsd committed Apr 17, 2024
1 parent 2a31748 commit 3779f1f
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 @@ -403,3 +403,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 3779f1f

Please sign in to comment.