diff options
author | Philip Balister <philip@balister.org> | 2008-07-30 13:50:35 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2008-07-30 13:50:35 +0000 |
commit | 406f35f49ec38841f6c5702725565759a67598c1 (patch) | |
tree | 8ad1c08918eb37227d8b523884638981695a8bd2 /packages/dsplink/files/CURRENTCFG.MK | |
parent | 089a03b591382656ba5df7970a79d79ef114694c (diff) |
dsplink : Commit work in progress.
* Add support for SFFSDR board with 128M of ram
* Build more DSP/ARM transfer methods
* Install dsp samples in /usr/share/dsplink
Diffstat (limited to 'packages/dsplink/files/CURRENTCFG.MK')
-rw-r--r-- | packages/dsplink/files/CURRENTCFG.MK | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/dsplink/files/CURRENTCFG.MK b/packages/dsplink/files/CURRENTCFG.MK index 55959854e1..9e23bafe12 100644 --- a/packages/dsplink/files/CURRENTCFG.MK +++ b/packages/dsplink/files/CURRENTCFG.MK @@ -59,30 +59,30 @@ export USE_POOL := 1 export USE_NOTIFY := 1 export USE_MPCS := 1 export USE_RINGIO := 1 -export USE_MPLIST := 0 -export USE_MSGQ := 0 -export USE_CHNL := 0 +export USE_MPLIST := 1 +export USE_MSGQ := 1 +export USE_CHNL := 1 # ========================================================= # Compile time physical link scalability options for device # ========================================================= -export USE_CHNL_ZCPY_LINK := 0 +export USE_CHNL_ZCPY_LINK := 1 export USE_CHNL_PCPY_LINK := 0 -export USE_MSGQ_ZCPY_LINK := 0 +export USE_MSGQ_ZCPY_LINK := 1 export USE_MSGQ_PCPY_LINK := 0 # ========================================================= # Enable/ Disable trace # ========================================================= -export TRACE := 1 +export TRACE := 0 # ========================================================= # Enable/ Disable profiling # ========================================================= -export PROFILE := 1 +export PROFILE := 0 # ========================================================= |