From: Hauke Mehrtens Date: Sun, 14 Sep 2014 15:00:33 +0000 (+0000) Subject: kernel: add missing config option X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=21b07b57fbea4500c739712dd3beb9261a2f7f62;p=15.05%2Fopenwrt.git kernel: add missing config option Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42536 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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