# SPDX-License-Identifier: GPL-2.0-only

if ARCH_MPC5XXX

config ARCH_TEXT_BASE
	hex
	default 0x00000000 if RELOCATABLE
	default 0x01000000 if MACH_PHYCORE_MPC5200B_TINY

choice
	prompt "Select your board"

config MACH_PHYCORE_MPC5200B_TINY
	bool "Phycore mpc5200b tiny"
	help
	  Say Y here if you are using the Phytec Phycore MPC5200B Tiny
	  board aka pcm030.
endchoice

config MPC5200
	bool
	depends on MACH_PHYCORE_MPC5200B_TINY
	default y

config ARCH_MPC5200
	bool
	depends on MACH_PHYCORE_MPC5200B_TINY
	default y

config MPC5xxx
	bool
	depends on MACH_PHYCORE_MPC5200B_TINY
	default y

endif
