9
0
Fork 0
barebox/arch/arm/mach-mvebu/Kconfig

45 lines
625 B
Plaintext
Raw Normal View History

if ARCH_MVEBU
config ARCH_TEXT_BASE
hex
default 0x2000000 if MACH_PLATHOME_OPENBLOCKS_AX3
config BOARDINFO
default "PlatHome OpenBlocks AX3" if MACH_PLATHOME_OPENBLOCKS_AX3
choice
prompt "Marvell EBU Processor"
config ARCH_ARMADA_370
bool "Armada 370"
select CPU_V7
config ARCH_ARMADA_XP
bool "Armada XP"
select CPU_V7
endchoice
if ARCH_ARMADA_370
#choice
# prompt "Armada 370 Board Type"
#
#endchoice
endif # ARCH_ARMADA_370
if ARCH_ARMADA_XP
choice
prompt "Armada XP Board Type"
config MACH_PLATHOME_OPENBLOCKS_AX3
bool "PlatHome OpenBlocks AX3"
endchoice
endif # ARCH_ARMADA_XP
endif # ARCH_MVEBU