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