1menu "mpc8xx CPU" 2 depends on 8xx 3 4config SYS_CPU 5 string 6 default "mpc8xx" 7 8choice 9 prompt "Target select" 10 11config TARGET_COGENT_MPC8XX 12 bool "Support cogent_mpc8xx" 13 14config TARGET_ESTEEM192E 15 bool "Support ESTEEM192E" 16 17config TARGET_FLAGADM 18 bool "Support FLAGADM" 19 20config TARGET_GEN860T 21 bool "Support GEN860T" 22 23config TARGET_HERMES 24 bool "Support hermes" 25 26config TARGET_ICU862 27 bool "Support ICU862" 28 29config TARGET_IP860 30 bool "Support IP860" 31 32config TARGET_IVML24 33 bool "Support IVML24" 34 35config TARGET_IVMS8 36 bool "Support IVMS8" 37 38config TARGET_LWMON 39 bool "Support lwmon" 40 41config TARGET_NETVIA 42 bool "Support NETVIA" 43 44config TARGET_R360MPI 45 bool "Support R360MPI" 46 47config TARGET_RRVISION 48 bool "Support RRvision" 49 50config TARGET_SXNI855T 51 bool "Support SXNI855T" 52 53config TARGET_SPD823TS 54 bool "Support SPD823TS" 55 56config TARGET_SVM_SC8XX 57 bool "Support svm_sc8xx" 58 59config TARGET_MHPC 60 bool "Support MHPC" 61 62config TARGET_TOP860 63 bool "Support TOP860" 64 65config TARGET_KUP4K 66 bool "Support KUP4K" 67 68config TARGET_KUP4X 69 bool "Support KUP4X" 70 71config TARGET_ELPT860 72 bool "Support ELPT860" 73 74config TARGET_UC100 75 bool "Support uc100" 76 77config TARGET_STXXTC 78 bool "Support stxxtc" 79 80config TARGET_FPS850L 81 bool "Support FPS850L" 82 83config TARGET_FPS860L 84 bool "Support FPS860L" 85 86config TARGET_NSCU 87 bool "Support NSCU" 88 89config TARGET_SM850 90 bool "Support SM850" 91 92config TARGET_TK885D 93 bool "Support TK885D" 94 95config TARGET_TQM823L 96 bool "Support TQM823L" 97 98config TARGET_TQM823M 99 bool "Support TQM823M" 100 101config TARGET_TQM850L 102 bool "Support TQM850L" 103 104config TARGET_TQM850M 105 bool "Support TQM850M" 106 107config TARGET_TQM855L 108 bool "Support TQM855L" 109 110config TARGET_TQM855M 111 bool "Support TQM855M" 112 113config TARGET_TQM860L 114 bool "Support TQM860L" 115 116config TARGET_TQM860M 117 bool "Support TQM860M" 118 119config TARGET_TQM862L 120 bool "Support TQM862L" 121 122config TARGET_TQM862M 123 bool "Support TQM862M" 124 125config TARGET_TQM866M 126 bool "Support TQM866M" 127 128config TARGET_TQM885D 129 bool "Support TQM885D" 130 131config TARGET_VIRTLAB2 132 bool "Support virtlab2" 133 134endchoice 135 136source "board/LEOX/elpt860/Kconfig" 137source "board/RRvision/Kconfig" 138source "board/cogent/Kconfig" 139source "board/eltec/mhpc/Kconfig" 140source "board/emk/top860/Kconfig" 141source "board/esteem192e/Kconfig" 142source "board/flagadm/Kconfig" 143source "board/gen860t/Kconfig" 144source "board/hermes/Kconfig" 145source "board/icu862/Kconfig" 146source "board/ip860/Kconfig" 147source "board/ivm/Kconfig" 148source "board/kup/kup4k/Kconfig" 149source "board/kup/kup4x/Kconfig" 150source "board/lwmon/Kconfig" 151source "board/manroland/uc100/Kconfig" 152source "board/netvia/Kconfig" 153source "board/r360mpi/Kconfig" 154source "board/sixnet/Kconfig" 155source "board/spd8xx/Kconfig" 156source "board/stx/stxxtc/Kconfig" 157source "board/svm_sc8xx/Kconfig" 158source "board/tqc/tqm8xx/Kconfig" 159 160endmenu 161