diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-14 12:04:17 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-14 12:04:17 +0000 |
commit | 9eb73ee6b7427f8a649f553685077b38b7b45c68 (patch) | |
tree | 3f729c04302369caf94a4614d0a0d1853b2a99ac /target/linux/generic | |
parent | a9e42130a5f4807fa29ff93f1e8f7eff8df1828c (diff) | |
download | mtk-20170518-9eb73ee6b7427f8a649f553685077b38b7b45c68.zip mtk-20170518-9eb73ee6b7427f8a649f553685077b38b7b45c68.tar.gz mtk-20170518-9eb73ee6b7427f8a649f553685077b38b7b45c68.tar.bz2 |
kernel: ppc40x: ppc44x: add missing kernel config symbol
SVN-Revision: 29742
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.0 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.1 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.2 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0 index 34a1f0a..ffc1cc1 100644 --- a/target/linux/generic/config-3.0 +++ b/target/linux/generic/config-3.0 @@ -2523,6 +2523,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SPI_MASTER is not set # CONFIG_SPI_OC_TINY is not set # CONFIG_SPI_ORION is not set +# CONFIG_SPI_PPC4xx is not set # CONFIG_SPI_PXA2XX is not set # CONFIG_SPI_PXA2XX_PCI is not set # CONFIG_SPI_RAMIPS is not set diff --git a/target/linux/generic/config-3.1 b/target/linux/generic/config-3.1 index 70c4d34..36e4341 100644 --- a/target/linux/generic/config-3.1 +++ b/target/linux/generic/config-3.1 @@ -2543,6 +2543,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SPI_MASTER is not set # CONFIG_SPI_OC_TINY is not set # CONFIG_SPI_ORION is not set +# CONFIG_SPI_PPC4xx is not set # CONFIG_SPI_PXA2XX is not set # CONFIG_SPI_PXA2XX_PCI is not set # CONFIG_SPI_RAMIPS is not set diff --git a/target/linux/generic/config-3.2 b/target/linux/generic/config-3.2 index 87e7294..1df796a 100644 --- a/target/linux/generic/config-3.2 +++ b/target/linux/generic/config-3.2 @@ -2616,6 +2616,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SPI_MASTER is not set # CONFIG_SPI_OC_TINY is not set # CONFIG_SPI_ORION is not set +# CONFIG_SPI_PPC4xx is not set # CONFIG_SPI_PXA2XX is not set # CONFIG_SPI_PXA2XX_PCI is not set # CONFIG_SPI_RAMIPS is not set |