u-boot/arch/powerpc/cpu/mpc8260/Kconfig
Marek Vasut f06f9a1fb1 ppc: Zap TQM8272 board
This board is old and is using CONFIG_I2C_X, which is wrong.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Heiko Schocher <hs@denx.de>
2014-10-27 14:35:56 +01:00

77 lines
1.4 KiB
Text

menu "mpc8260 CPU"
depends on MPC8260
config SYS_CPU
default "mpc8260"
choice
prompt "Target select"
config TARGET_ATC
bool "Support atc"
config TARGET_COGENT_MPC8260
bool "Support cogent_mpc8260"
config TARGET_CPU86
bool "Support CPU86"
config TARGET_CPU87
bool "Support CPU87"
config TARGET_EP8260
bool "Support ep8260"
config TARGET_EP82XXM
bool "Support ep82xxm"
config TARGET_GW8260
bool "Support gw8260"
config TARGET_IPHASE4539
bool "Support IPHASE4539"
config TARGET_MUAS3001
bool "Support muas3001"
config TARGET_PM826
bool "Support PM826"
config TARGET_PM828
bool "Support PM828"
config TARGET_PPMC8260
bool "Support ppmc8260"
config TARGET_SACSNG
bool "Support sacsng"
config TARGET_MPC8266ADS
bool "Support MPC8266ADS"
config TARGET_VOVPN_GW
bool "Support VoVPN-GW"
config TARGET_KM82XX
bool "Support km82xx"
endchoice
source "board/atc/Kconfig"
source "board/cogent/Kconfig"
source "board/cpu86/Kconfig"
source "board/cpu87/Kconfig"
source "board/ep8260/Kconfig"
source "board/ep82xxm/Kconfig"
source "board/freescale/mpc8266ads/Kconfig"
source "board/funkwerk/vovpn-gw/Kconfig"
source "board/gw8260/Kconfig"
source "board/iphase4539/Kconfig"
source "board/keymile/km82xx/Kconfig"
source "board/muas3001/Kconfig"
source "board/pm826/Kconfig"
source "board/pm828/Kconfig"
source "board/ppmc8260/Kconfig"
source "board/sacsng/Kconfig"
endmenu