mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
41eb4e5c31
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Eric Millbrandt <emillbrandt@dekaresearch.com>
88 lines
1.5 KiB
Text
88 lines
1.5 KiB
Text
menu "mpc5xxx CPU"
|
|
depends on MPC5xxx
|
|
|
|
config SYS_CPU
|
|
default "mpc5xxx"
|
|
|
|
choice
|
|
prompt "Target select"
|
|
|
|
config TARGET_A3M071
|
|
bool "Support a3m071"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_A4M072
|
|
bool "Support a4m072"
|
|
|
|
config TARGET_CANMB
|
|
bool "Support canmb"
|
|
|
|
config TARGET_CM5200
|
|
bool "Support cm5200"
|
|
|
|
config TARGET_INKA4X0
|
|
bool "Support inka4x0"
|
|
|
|
config TARGET_IPEK01
|
|
bool "Support ipek01"
|
|
|
|
config TARGET_JUPITER
|
|
bool "Support jupiter"
|
|
|
|
config TARGET_MOTIONPRO
|
|
bool "Support motionpro"
|
|
|
|
config TARGET_MUNICES
|
|
bool "Support munices"
|
|
|
|
config TARGET_V38B
|
|
bool "Support v38b"
|
|
|
|
config TARGET_O2D
|
|
bool "Support O2D"
|
|
|
|
config TARGET_O2D300
|
|
bool "Support O2D300"
|
|
|
|
config TARGET_O2DNT2
|
|
bool "Support O2DNT2"
|
|
|
|
config TARGET_O2I
|
|
bool "Support O2I"
|
|
|
|
config TARGET_O2MNT
|
|
bool "Support O2MNT"
|
|
|
|
config TARGET_O3DNT
|
|
bool "Support O3DNT"
|
|
|
|
config TARGET_DIGSY_MTC
|
|
bool "Support digsy_mtc"
|
|
|
|
config TARGET_PCM030
|
|
bool "Support pcm030"
|
|
|
|
config TARGET_CHARON
|
|
bool "Support charon"
|
|
|
|
config TARGET_TQM5200
|
|
bool "Support TQM5200"
|
|
|
|
endchoice
|
|
|
|
source "board/a3m071/Kconfig"
|
|
source "board/a4m072/Kconfig"
|
|
source "board/canmb/Kconfig"
|
|
source "board/cm5200/Kconfig"
|
|
source "board/ifm/o2dnt2/Kconfig"
|
|
source "board/inka4x0/Kconfig"
|
|
source "board/intercontrol/digsy_mtc/Kconfig"
|
|
source "board/ipek01/Kconfig"
|
|
source "board/jupiter/Kconfig"
|
|
source "board/motionpro/Kconfig"
|
|
source "board/munices/Kconfig"
|
|
source "board/phytec/pcm030/Kconfig"
|
|
source "board/tqc/tqm5200/Kconfig"
|
|
source "board/v38b/Kconfig"
|
|
|
|
endmenu
|