comparison cfgmagic/processconf.sh @ 33:6a2b09d3b1b4

disable L1_DYN_DSP_DWNLD and AMR by default
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Oct 2016 04:23:58 +0000
parents 7155882cc49d
children
comparison
equal deleted inserted replaced
32:b76c78b62e5e 33:6a2b09d3b1b4
21 RVTMUX_UART_port=IrDA 21 RVTMUX_UART_port=IrDA
22 RVTMUX_UART_baud=115200 22 RVTMUX_UART_baud=115200
23 FLASH_BOOT_VIA_BOOTROM=1 23 FLASH_BOOT_VIA_BOOTROM=1
24 FLASHIMAGE_BASE_ADDR=0x2000 24 FLASHIMAGE_BASE_ADDR=0x2000
25 DWNLD=1 25 DWNLD=1
26 L1_DYN_DSP_DWNLD=1 26 L1_DYN_DSP_DWNLD=0
27 ALLOW_AMR_CODEC=0
27 28
28 # We always export CONFIG_INCLUDE_xxx to config.h and config.mk, whether 29 # We always export CONFIG_INCLUDE_xxx to config.h and config.mk, whether
29 # enabled or disabled. This way enabling any of these components is 30 # enabled or disabled. This way enabling any of these components is
30 # as simple as CONFIG_INCLUDE_xxx=1, without having to remember the 31 # as simple as CONFIG_INCLUDE_xxx=1, without having to remember the
31 # export_to_{c,mk} magic. 32 # export_to_{c,mk} magic.
101 if [ "$CONFIG_INCLUDE_L1" = 1 ] 102 if [ "$CONFIG_INCLUDE_L1" = 1 ]
102 then 103 then
103 export_to_c L1_DYN_DSP_DWNLD DWNLD 104 export_to_c L1_DYN_DSP_DWNLD DWNLD
104 export_to_mk L1_DYN_DSP_DWNLD 105 export_to_mk L1_DYN_DSP_DWNLD
105 fi 106 fi
107 if [ "$CONFIG_INCLUDE_PCM" = 1 ]
108 then
109 export_to_c ALLOW_AMR_CODEC
110 fi
106 111
107 # The list of build components: we have some invariants that are always 112 # The list of build components: we have some invariants that are always
108 # included, and some others that are included depending on the configuration. 113 # included, and some others that are included depending on the configuration.
109 114
110 BUILD_COMPONENTS="bsp libiram nucleus riviera serial services sprintf sysglue" 115 BUILD_COMPONENTS="bsp libiram nucleus riviera serial services sprintf sysglue"