diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2012-07-28 11:36:52 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2012-07-28 11:36:52 +0000 |
commit | 388d1df96152148e5d6812963f8195dc7391ef86 (patch) | |
tree | 6c6aad3d1a3720cbbc3f5e191a4c75713575e2d9 | |
parent | 37a7de41f7ec1b0d740b8b7cae5c85acc0ec560f (diff) | |
download | upstream-388d1df96152148e5d6812963f8195dc7391ef86.tar.gz upstream-388d1df96152148e5d6812963f8195dc7391ef86.tar.bz2 upstream-388d1df96152148e5d6812963f8195dc7391ef86.zip |
[kernel] add config option CONFIG_I2C_MV64XXX to fix kirkwood build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32898 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 59fafbdd6b..11f740b7d8 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -967,6 +967,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_ISCH is not set # CONFIG_I2C_MPC is not set # CONFIG_I2C_MUX is not set +# CONFIG_I2C_MV64XXX is not set # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_OCORES is not set # CONFIG_I2C_PARPORT is not set |