diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-30 02:37:25 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-30 02:37:25 +0000 |
commit | 1d1acc0760d729c0b10938594ce68fda461b59a5 (patch) | |
tree | 99895193018ec9f26f781f0046026854e8ce88be /target/linux/au1000-2.6/config | |
parent | 1a6dce60060766f993331995b9d5a25cfeaa4028 (diff) | |
download | mtk-20170518-1d1acc0760d729c0b10938594ce68fda461b59a5.zip mtk-20170518-1d1acc0760d729c0b10938594ce68fda461b59a5.tar.gz mtk-20170518-1d1acc0760d729c0b10938594ce68fda461b59a5.tar.bz2 |
Make the i2c driver work, as a module
SVN-Revision: 5930
Diffstat (limited to 'target/linux/au1000-2.6/config')
-rw-r--r-- | target/linux/au1000-2.6/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/au1000-2.6/config b/target/linux/au1000-2.6/config index db9841e..4b67538 100644 --- a/target/linux/au1000-2.6/config +++ b/target/linux/au1000-2.6/config @@ -1142,7 +1142,7 @@ CONFIG_HW_RANDOM=y # # I2C support # -CONFIG_I2C=y +CONFIG_I2C=m CONFIG_I2C_CHARDEV=m # @@ -1160,7 +1160,7 @@ CONFIG_I2C_ALGOPCA=m # CONFIG_I2C_ALI15X3 is not set # CONFIG_I2C_AMD756 is not set # CONFIG_I2C_AMD8111 is not set -CONFIG_I2C_AU1X00GPIO=y +CONFIG_I2C_AU1X00GPIO=m # CONFIG_I2C_I801 is not set # CONFIG_I2C_I810 is not set # CONFIG_I2C_PIIX4 is not set |