diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-09-14 15:00:33 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-09-14 15:00:33 +0000 |
commit | 21b07b57fbea4500c739712dd3beb9261a2f7f62 (patch) | |
tree | 1681e4bd62eee694ee4d96cd0e1e8a24fe9cd17b | |
parent | 283fd507b49ddd5653c388852e52aaf1de3faed9 (diff) | |
download | upstream-21b07b57fbea4500c739712dd3beb9261a2f7f62.tar.gz upstream-21b07b57fbea4500c739712dd3beb9261a2f7f62.tar.bz2 upstream-21b07b57fbea4500c739712dd3beb9261a2f7f62.zip |
kernel: add missing config option
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42536 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.10 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.13 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.14 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 67c3381e49..a8cc6f7eae 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -1191,6 +1191,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_NOMADIK is not set # CONFIG_I2C_OCORES is not set +# CONFIG_I2C_OCTEON is not set # CONFIG_I2C_PARPORT is not set # CONFIG_I2C_PARPORT_LIGHT is not set # CONFIG_I2C_PCA_ISA is not set diff --git a/target/linux/generic/config-3.13 b/target/linux/generic/config-3.13 index 54ba66ca7a..31d58de0d4 100644 --- a/target/linux/generic/config-3.13 +++ b/target/linux/generic/config-3.13 @@ -1274,6 +1274,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_NOMADIK is not set # CONFIG_I2C_OCORES is not set +# CONFIG_I2C_OCTEON is not set # CONFIG_I2C_PARPORT is not set # CONFIG_I2C_PARPORT_LIGHT is not set # CONFIG_I2C_PCA_ISA is not set diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 70599b3380..bc9297e137 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -1299,6 +1299,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_NOMADIK is not set # CONFIG_I2C_OCORES is not set +# CONFIG_I2C_OCTEON is not set # CONFIG_I2C_PARPORT is not set # CONFIG_I2C_PARPORT_LIGHT is not set # CONFIG_I2C_PCA_ISA is not set |