diff options
author | Philip Balister <philip@balister.org> | 2008-07-30 13:52:08 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2008-07-30 13:52:08 +0000 |
commit | 885277209e0653dcb15b44f64ccf49adb87d6e7d (patch) | |
tree | df5cdc16decff6e5455db2927f7ac9254d3cbeb2 /packages/dsplink/files/CURRENTCFG.MK | |
parent | 937afdde183b5b6bc4706f28f37cf663e19b327a (diff) | |
parent | 406f35f49ec38841f6c5702725565759a67598c1 (diff) |
merge of '648476e08584946c4059307fb756f1cd7f7fa603'
and 'eb28dc45b262f9456efc6bd50fbcf80645179f8f'
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 # ========================================================= |