Skip to content

Commit

Permalink
Merge pull request #322 from ghostbsd/ghostbsd/issues#45
Browse files Browse the repository at this point in the history
Adding I2C support by default
  • Loading branch information
ericbsd committed Apr 17, 2024
2 parents 2a31748 + 3a69027 commit b136b3c
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 b136b3c

Please sign in to comment.