# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2019 Broadcom Ltd
#

if BCM6813

config TARGET_BCM96813
	bool "Broadcom 6813 Reference Board"
	depends on ARCH_BCMBCA

config SYS_SOC
	default "bcm6813"

if BCMBCA_DDRC
config BCMBCA_DDR_DEF_MCBSEL
	hex "default DDR3 mcb selector value"
	default 0x41607

config BCMBCA_DDR4_DEF_MCBSEL
	hex "default DDR4 mcb selector value"
	default 0x141732
endif

config RSVD_USE_MAX_FROM_ENV_AND_DT 
	bool "RSVD will use max value from env and DT"
	default y

source "board/broadcom/bcmbca/Kconfig"

endif
