diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-16 21:39:24 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-16 21:39:24 +0000 |
commit | 150224d91e973caf3407ba66c4e3a643aa987e7d (patch) | |
tree | 8c2511e9ce6c7add578eabc7844ae937baa850d4 /target/linux | |
parent | 03586d23a355578e1bb942ec81f8cb6b57045c7d (diff) | |
download | master-31e0f0ae-150224d91e973caf3407ba66c4e3a643aa987e7d.tar.gz master-31e0f0ae-150224d91e973caf3407ba66c4e3a643aa987e7d.tar.bz2 master-31e0f0ae-150224d91e973caf3407ba66c4e3a643aa987e7d.zip |
kernel: add missing config option
This missing option was found by the build bots.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42583
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 a8cc6f7eae..ab72ead9ec 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -3305,6 +3305,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SPI_MPC52xx is not set # CONFIG_SPI_MPC52xx_PSC is not set # CONFIG_SPI_OC_TINY is not set +# CONFIG_SPI_OCTEON is not set # CONFIG_SPI_ORION is not set # CONFIG_SPI_PL022 is not set # CONFIG_SPI_PPC4xx is not set diff --git a/target/linux/generic/config-3.13 b/target/linux/generic/config-3.13 index 31d58de0d4..d215b2753d 100644 --- a/target/linux/generic/config-3.13 +++ b/target/linux/generic/config-3.13 @@ -3471,6 +3471,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SPI_MPC52xx is not set # CONFIG_SPI_MPC52xx_PSC is not set # CONFIG_SPI_OC_TINY is not set +# CONFIG_SPI_OCTEON is not set # CONFIG_SPI_ORION is not set # CONFIG_SPI_PL022 is not set # CONFIG_SPI_PPC4xx is not set diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index bc9297e137..04de02a00a 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -3519,6 +3519,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SPI_MPC52xx is not set # CONFIG_SPI_MPC52xx_PSC is not set # CONFIG_SPI_OC_TINY is not set +# CONFIG_SPI_OCTEON is not set # CONFIG_SPI_ORION is not set # CONFIG_SPI_PL022 is not set # CONFIG_SPI_PPC4xx is not set |