u-boot-brain/arch/powerpc/cpu/mpc8xx/Kconfig
Masahiro Yamada 79cbecb81b mpc8xx: remove R360MPI board support
This board is still a non-generic board.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
2015-01-05 12:08:52 -05:00

78 lines
1.2 KiB
Plaintext

menu "mpc8xx CPU"
depends on 8xx
config SYS_CPU
default "mpc8xx"
choice
prompt "Target select"
config TARGET_COGENT_MPC8XX
bool "Support cogent_mpc8xx"
config TARGET_ESTEEM192E
bool "Support ESTEEM192E"
config TARGET_IP860
bool "Support IP860"
config TARGET_IVML24
bool "Support IVML24"
config TARGET_IVMS8
bool "Support IVMS8"
config TARGET_LWMON
bool "Support lwmon"
config TARGET_NETVIA
bool "Support NETVIA"
config TARGET_TQM823L
bool "Support TQM823L"
config TARGET_TQM823M
bool "Support TQM823M"
config TARGET_TQM850L
bool "Support TQM850L"
config TARGET_TQM850M
bool "Support TQM850M"
config TARGET_TQM855L
bool "Support TQM855L"
config TARGET_TQM855M
bool "Support TQM855M"
config TARGET_TQM860L
bool "Support TQM860L"
config TARGET_TQM860M
bool "Support TQM860M"
config TARGET_TQM862L
bool "Support TQM862L"
config TARGET_TQM862M
bool "Support TQM862M"
config TARGET_TQM866M
bool "Support TQM866M"
config TARGET_TQM885D
bool "Support TQM885D"
endchoice
source "board/cogent/Kconfig"
source "board/esteem192e/Kconfig"
source "board/ip860/Kconfig"
source "board/ivm/Kconfig"
source "board/lwmon/Kconfig"
source "board/netvia/Kconfig"
source "board/tqc/tqm8xx/Kconfig"
endmenu