1menu "mpc83xx CPU" 2 depends on MPC83xx 3 4config SYS_CPU 5 default "mpc83xx" 6 7choice 8 prompt "Target select" 9 10config TARGET_MPC8308_P1M 11 bool "Support mpc8308_p1m" 12 13config TARGET_SBC8349 14 bool "Support sbc8349" 15 16config TARGET_VE8313 17 bool "Support ve8313" 18 19config TARGET_VME8349 20 bool "Support vme8349" 21 22config TARGET_MPC8308RDB 23 bool "Support MPC8308RDB" 24 25config TARGET_MPC8313ERDB 26 bool "Support MPC8313ERDB" 27 28config TARGET_MPC8315ERDB 29 bool "Support MPC8315ERDB" 30 31config TARGET_MPC8323ERDB 32 bool "Support MPC8323ERDB" 33 34config TARGET_MPC832XEMDS 35 bool "Support MPC832XEMDS" 36 37config TARGET_MPC8349EMDS 38 bool "Support MPC8349EMDS" 39 40config TARGET_MPC8349ITX 41 bool "Support MPC8349ITX" 42 43config TARGET_MPC8360EMDS 44 bool "Support MPC8360EMDS" 45 46config TARGET_MPC8360ERDK 47 bool "Support MPC8360ERDK" 48 49config TARGET_MPC837XEMDS 50 bool "Support MPC837XEMDS" 51 52config TARGET_MPC837XERDB 53 bool "Support MPC837XERDB" 54 55config TARGET_IDS8313 56 bool "Support ids8313" 57 58config TARGET_KM8360 59 bool "Support km8360" 60 61config TARGET_SUVD3 62 bool "Support suvd3" 63 64config TARGET_TUXX1 65 bool "Support tuxx1" 66 67config TARGET_MERGERBOX 68 bool "Support MERGERBOX" 69 70config TARGET_MVBLM7 71 bool "Support MVBLM7" 72 73config TARGET_TQM834X 74 bool "Support TQM834x" 75 76endchoice 77 78source "board/esd/vme8349/Kconfig" 79source "board/freescale/mpc8308rdb/Kconfig" 80source "board/freescale/mpc8313erdb/Kconfig" 81source "board/freescale/mpc8315erdb/Kconfig" 82source "board/freescale/mpc8323erdb/Kconfig" 83source "board/freescale/mpc832xemds/Kconfig" 84source "board/freescale/mpc8349emds/Kconfig" 85source "board/freescale/mpc8349itx/Kconfig" 86source "board/freescale/mpc8360emds/Kconfig" 87source "board/freescale/mpc8360erdk/Kconfig" 88source "board/freescale/mpc837xemds/Kconfig" 89source "board/freescale/mpc837xerdb/Kconfig" 90source "board/ids/ids8313/Kconfig" 91source "board/keymile/km83xx/Kconfig" 92source "board/matrix_vision/mergerbox/Kconfig" 93source "board/matrix_vision/mvblm7/Kconfig" 94source "board/mpc8308_p1m/Kconfig" 95source "board/sbc8349/Kconfig" 96source "board/tqc/tqm834x/Kconfig" 97source "board/ve8313/Kconfig" 98 99endmenu 100