#
# Copyright (C) 2015 Panasonic Corporation
#
# This file is licensed under the terms of the GNU General Public
# License version 2.  This program is licensed "as is" without any
# warranty of any kind, whether express or implied.
#

if ARCH_PVC

choice
	prompt "*** Panasonic ARM SoCs Board Type ***"

config MACH_PVC02V_BRB
	bool "V9AHD SoCs support"
	select PVC_GIC_DIST_INIT
	select PVC_DMA_CLEAN_ADD_NOP
	select GIC_NON_BANKED

config MACH_PVC03V
	bool "V10 SoCs support"
	select PVC_GIC_DIST_INIT
	select GIC_NON_BANKED

endchoice

config PVC_GIC_DIST_INIT
	bool
	default y

config PVC_DMA_CLEAN_ADD_NOP
	bool
	default n

config PVC_CMN_EXCLUSION
	bool "Support Common Exclusion API"
	default n

config PVC_CMN_EXCLUSION_ADDRESS
	hex "PVC Common Exclusion base address"
	depends on PVC_CMN_EXCLUSION
	default 0x00000000
endif
