1menu "mpc8xx CPU" 2 depends on 8xx 3 4config SYS_CPU 5 default "mpc8xx" 6 7choice 8 prompt "Target select" 9 10config TARGET_COGENT_MPC8XX 11 bool "Support cogent_mpc8xx" 12 13config TARGET_ESTEEM192E 14 bool "Support ESTEEM192E" 15 16config TARGET_IP860 17 bool "Support IP860" 18 19config TARGET_IVML24 20 bool "Support IVML24" 21 22config TARGET_IVMS8 23 bool "Support IVMS8" 24 25config TARGET_LWMON 26 bool "Support lwmon" 27 28config TARGET_NETVIA 29 bool "Support NETVIA" 30 31config TARGET_R360MPI 32 bool "Support R360MPI" 33 34config TARGET_RRVISION 35 bool "Support RRvision" 36 37config TARGET_SPD823TS 38 bool "Support SPD823TS" 39 40config TARGET_KUP4K 41 bool "Support KUP4K" 42 43config TARGET_KUP4X 44 bool "Support KUP4X" 45 46config TARGET_ELPT860 47 bool "Support ELPT860" 48 49config TARGET_UC100 50 bool "Support uc100" 51 52config TARGET_FPS850L 53 bool "Support FPS850L" 54 55config TARGET_FPS860L 56 bool "Support FPS860L" 57 58config TARGET_NSCU 59 bool "Support NSCU" 60 61config TARGET_SM850 62 bool "Support SM850" 63 64config TARGET_TK885D 65 bool "Support TK885D" 66 67config TARGET_TQM823L 68 bool "Support TQM823L" 69 70config TARGET_TQM823M 71 bool "Support TQM823M" 72 73config TARGET_TQM850L 74 bool "Support TQM850L" 75 76config TARGET_TQM850M 77 bool "Support TQM850M" 78 79config TARGET_TQM855L 80 bool "Support TQM855L" 81 82config TARGET_TQM855M 83 bool "Support TQM855M" 84 85config TARGET_TQM860L 86 bool "Support TQM860L" 87 88config TARGET_TQM860M 89 bool "Support TQM860M" 90 91config TARGET_TQM862L 92 bool "Support TQM862L" 93 94config TARGET_TQM862M 95 bool "Support TQM862M" 96 97config TARGET_TQM866M 98 bool "Support TQM866M" 99 100config TARGET_TQM885D 101 bool "Support TQM885D" 102 103config TARGET_VIRTLAB2 104 bool "Support virtlab2" 105 106endchoice 107 108source "board/LEOX/elpt860/Kconfig" 109source "board/RRvision/Kconfig" 110source "board/cogent/Kconfig" 111source "board/esteem192e/Kconfig" 112source "board/ip860/Kconfig" 113source "board/ivm/Kconfig" 114source "board/kup/kup4k/Kconfig" 115source "board/kup/kup4x/Kconfig" 116source "board/lwmon/Kconfig" 117source "board/manroland/uc100/Kconfig" 118source "board/netvia/Kconfig" 119source "board/r360mpi/Kconfig" 120source "board/spd8xx/Kconfig" 121source "board/tqc/tqm8xx/Kconfig" 122 123endmenu 124