comparison configure.sh @ 587:36eb33f1d45a

config system: RVTMUX_ON_MODEM and UI_CONFIG moved into targets/*.conf
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Mar 2019 16:52:48 +0000
parents deabd7b91828
children f2e752052db5
comparison
equal deleted inserted replaced
586:64fba3fc09c6 587:36eb33f1d45a
49 49
50 CHIPSET=10 50 CHIPSET=10
51 DSP=36 51 DSP=36
52 RF=12 52 RF=12
53 DISABLE_SLEEP=0 53 DISABLE_SLEEP=0
54 RVTMUX_ON_MODEM=0
55 UI_CONFIG=bigcolor
54 56
55 . "targets/$TARGET.conf" 57 . "targets/$TARGET.conf"
56 58
57 # settings derived from the target-defined DSP version 59 # settings derived from the target-defined DSP version
58 60
80 ;; 82 ;;
81 *) 83 *)
82 echo "Error: DSP=$DSP setting not understood" 1>&2 84 echo "Error: DSP=$DSP setting not understood" 1>&2
83 exit 1 85 exit 1
84 esac 86 esac
85
86 # UI and RVTMUX config default based on target
87
88 if [ "$TARGET" = c11x -o "$TARGET" = c139 -o "$TARGET" = c155 ]
89 then
90 UI_CONFIG=84x48
91 RVTMUX_ON_MODEM=1
92 else
93 UI_CONFIG=bigcolor
94 RVTMUX_ON_MODEM=0
95 fi
96 87
97 # display driver configuration 88 # display driver configuration
98 89
99 DSAMPLE_FULL_COLOR=1 90 DSAMPLE_FULL_COLOR=1
100 91