diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-01 06:22:42 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-01 06:22:42 +0000 |
commit | 127b8ea8f98869ccd239a00e4d60c768123d8614 (patch) | |
tree | 66b14348be290f6ff827d4914641534c3abef6ef | |
parent | 01a683ec51c30ce1a63bbf7b1cbb3f11145c5da1 (diff) | |
download | upstream-127b8ea8f98869ccd239a00e4d60c768123d8614.tar.gz upstream-127b8ea8f98869ccd239a00e4d60c768123d8614.tar.bz2 upstream-127b8ea8f98869ccd239a00e4d60c768123d8614.zip |
kernel: add 2 config symbols preventing ppc40x & ppc44X from being configured with all modules enabled
SVN-Revision: 19924
-rw-r--r-- | target/linux/generic-2.6/config-2.6.32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index de1e167df1..275ed58fa9 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -2189,6 +2189,7 @@ CONFIG_SND_OSSEMUL=y CONFIG_SND_PCM_OSS_PLUGINS=y # CONFIG_SND_PCXHR is not set # CONFIG_SND_PDAUDIOCF is not set +# CONFIG_SND_PPC is not set # CONFIG_SND_RAWMIDI is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set @@ -2238,6 +2239,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SPI is not set # CONFIG_SPI_MASTER is not set # CONFIG_SPI_ORION is not set +# CONFIG_SPI_PPC4xx is not set # CONFIG_SPI_PL022 is not set # CONFIG_SPI_TLE62X0 is not set CONFIG_SPLIT_PTLOCK_CPUS=4 |