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 | 6b0c28341fdd46f5eff8697634356f1b91f4ae00 (patch) | |
tree | 283745fc26824943a3c4fee0c02261d04edb5808 /target/linux/generic-2.6/config-2.6.32 | |
parent | 032da2f4ac75b174debcbba1d10da781f714a764 (diff) | |
download | upstream-6b0c28341fdd46f5eff8697634356f1b91f4ae00.tar.gz upstream-6b0c28341fdd46f5eff8697634356f1b91f4ae00.tar.bz2 upstream-6b0c28341fdd46f5eff8697634356f1b91f4ae00.zip |
kernel: add 2 config symbols preventing ppc40x & ppc44X from being configured with all modules enabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19924 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.32')
-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 |