Skip to content

Commit

Permalink
Enable i2c driver build-in for Raspberry Pi(Avalon6)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinfengling committed May 11, 2016
1 parent 605b643 commit 6066043
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cgminer/data/config.avalon6.raspberry-pi
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ CONFIG_PACKAGE_mm-tools=y
# Filesystem
#
CONFIG_PACKAGE_e2fsprogs=y

#
# I2C
#
CONFIG_PACKAGE_kmod-i2c-bcm2708=y
CONFIG_PACKAGE_kmod-i2c-core=y
6 changes: 6 additions & 0 deletions cgminer/data/config.avalon6.rpi2
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ CONFIG_PACKAGE_mm-tools=y
# Filesystem
#
CONFIG_PACKAGE_e2fsprogs=y

#
# I2C
#
CONFIG_PACKAGE_kmod-i2c-bcm2708=y
CONFIG_PACKAGE_kmod-i2c-core=y

0 comments on commit 6066043

Please sign in to comment.