Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "mpc83xx CPU" |
| 2 | depends on MPC83xx |
| 3 | |
| 4 | config SYS_CPU |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "mpc83xx" |
| 6 | |
| 7 | choice |
| 8 | prompt "Target select" |
Joe Hershberger | a26cd04 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 9 | optional |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 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" |
Masahiro Yamada | 0262735 | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 28 | select SUPPORT_SPL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 29 | |
| 30 | config TARGET_MPC8315ERDB |
| 31 | bool "Support MPC8315ERDB" |
| 32 | |
| 33 | config TARGET_MPC8323ERDB |
| 34 | bool "Support MPC8323ERDB" |
| 35 | |
| 36 | config TARGET_MPC832XEMDS |
| 37 | bool "Support MPC832XEMDS" |
| 38 | |
| 39 | config TARGET_MPC8349EMDS |
| 40 | bool "Support MPC8349EMDS" |
| 41 | |
| 42 | config TARGET_MPC8349ITX |
| 43 | bool "Support MPC8349ITX" |
| 44 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 45 | config TARGET_MPC837XEMDS |
| 46 | bool "Support MPC837XEMDS" |
| 47 | |
| 48 | config TARGET_MPC837XERDB |
| 49 | bool "Support MPC837XERDB" |
| 50 | |
| 51 | config TARGET_IDS8313 |
| 52 | bool "Support ids8313" |
Masahiro Yamada | 2ea4cfde | 2015-03-31 12:48:03 +0900 | [diff] [blame] | 53 | select DM |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 54 | |
| 55 | config TARGET_KM8360 |
| 56 | bool "Support km8360" |
| 57 | |
| 58 | config TARGET_SUVD3 |
| 59 | bool "Support suvd3" |
| 60 | |
| 61 | config TARGET_TUXX1 |
| 62 | bool "Support tuxx1" |
| 63 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 64 | config TARGET_TQM834X |
| 65 | bool "Support TQM834x" |
| 66 | |
Dirk Eibach | 50dcf89 | 2014-11-13 19:21:18 +0100 | [diff] [blame] | 67 | config TARGET_HRCON |
| 68 | bool "Support hrcon" |
| 69 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 70 | endchoice |
| 71 | |
| 72 | source "board/esd/vme8349/Kconfig" |
| 73 | source "board/freescale/mpc8308rdb/Kconfig" |
| 74 | source "board/freescale/mpc8313erdb/Kconfig" |
| 75 | source "board/freescale/mpc8315erdb/Kconfig" |
| 76 | source "board/freescale/mpc8323erdb/Kconfig" |
| 77 | source "board/freescale/mpc832xemds/Kconfig" |
| 78 | source "board/freescale/mpc8349emds/Kconfig" |
| 79 | source "board/freescale/mpc8349itx/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 80 | source "board/freescale/mpc837xemds/Kconfig" |
| 81 | source "board/freescale/mpc837xerdb/Kconfig" |
| 82 | source "board/ids/ids8313/Kconfig" |
| 83 | source "board/keymile/km83xx/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 84 | source "board/mpc8308_p1m/Kconfig" |
| 85 | source "board/sbc8349/Kconfig" |
| 86 | source "board/tqc/tqm834x/Kconfig" |
| 87 | source "board/ve8313/Kconfig" |
Dirk Eibach | 50dcf89 | 2014-11-13 19:21:18 +0100 | [diff] [blame] | 88 | source "board/gdsys/mpc8308/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 89 | |
| 90 | endmenu |