diff options
| author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-30 19:28:46 +0000 | 
|---|---|---|
| committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-30 19:28:46 +0000 | 
| commit | c1527e419dfb27952d17c2722c77759670ad3d00 (patch) | |
| tree | 16d02695c4c4bf7a948929dc7aaf0147abe72a49 | |
| parent | 4e134594cfb02172fab02a361275118187d4973a (diff) | |
[kernel] orion: add missing config entries when sound & spi are enabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14286 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | target/linux/orion/config-default | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/target/linux/orion/config-default b/target/linux/orion/config-default index 6b69d844a..b0971cd0d 100644 --- a/target/linux/orion/config-default +++ b/target/linux/orion/config-default @@ -328,12 +328,14 @@ CONFIG_SCSI_WAIT_SCAN=m  CONFIG_SLABINFO=y  # CONFIG_SMC91X is not set  # CONFIG_SMSC_PHY is not set +# CONFIG_SND_ARM is not set  # CONFIG_SND_AW2 is not set  # CONFIG_SOC_CAMERA is not set  # CONFIG_SOFT_WATCHDOG is not set  # CONFIG_SOUND is not set  # CONFIG_SPARSEMEM_STATIC is not set  # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set +# CONFIG_SPI_ORION is not set  CONFIG_SPLIT_PTLOCK_CPUS=4096  CONFIG_SSB_POSSIBLE=y  # CONFIG_SWAP is not set | 
