diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-14 15:00:33 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-14 15:00:33 +0000 |
commit | f032f66318e23774e839edf2e79ce489f9beeafa (patch) | |
tree | bef90d3d1d8a44cd136276f3b93a2756648e9083 /target/linux | |
parent | a9d06501b2b6bbde10435065fb6c96f8ce18c02c (diff) | |
download | upstream-f032f66318e23774e839edf2e79ce489f9beeafa.tar.gz upstream-f032f66318e23774e839edf2e79ce489f9beeafa.tar.bz2 upstream-f032f66318e23774e839edf2e79ce489f9beeafa.zip |
kernel: add missing config option
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42536
Diffstat (limited to 'target/linux')
-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 |