Browse Source

architecture/mips: add optimisation choices for MIPS 1004K series

stable/0.6
Christian Wiese 10 years ago
parent
commit
5b35d27e89
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      architecture/mips/config.in

+ 3
- 0
architecture/mips/config.in

@ -43,6 +43,9 @@ choice SDECFG_MIPS_OPT generic \
74kf2_1 "74Kf2_1" \
74kf1_1 "74Kf1_1" \
74kf3_2 "74Kf3_2" \
1004kc "1004Kc" \
1004kf2_1 "1004Kf2_1" \
1004kf1_1 "1004Kf1_1" \
r2000 "Build for R2000 CPU" \
r3000 "Build for R3000 CPU" \
r3900 "Build for R3900 CPU" \

Loading…
Cancel
Save