diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-01 06:22:42 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-01 06:22:42 +0000 |
commit | 22fd69178accc6b8daab982a4eaea38c9877f1d1 (patch) | |
tree | 283745fc26824943a3c4fee0c02261d04edb5808 | |
parent | c373de047cca77ea9a53941844d9d2b9fb4c981b (diff) |
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
-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 de1e167df..275ed58fa 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 |