diff options
| author | Nicolas Thill <nico@openwrt.org> | 2009-01-30 19:28:46 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2009-01-30 19:28:46 +0000 |
| commit | 1fc4820680ecf808d900c0a63610059ee324e38b (patch) | |
| tree | d9c9b05b8a44915749d21a17e9747216e0ad432e | |
| parent | ec64fe6869b49af7033c68913d8544213060944c (diff) | |
| download | upstream-1fc4820680ecf808d900c0a63610059ee324e38b.tar.gz upstream-1fc4820680ecf808d900c0a63610059ee324e38b.tar.bz2 upstream-1fc4820680ecf808d900c0a63610059ee324e38b.zip | |
orion: add missing config entries when sound & spi are enabled
SVN-Revision: 14286
| -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 6b69d844a93..b0971cd0d60 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 |
