#
# (C) COPYRIGHT 2012 ARM Limited. All rights reserved.
#
# This program is free software and is provided to you under the terms of the
# GNU General Public License version 2 as published by the Free Software
# Foundation, and any use by you of this program is subject to the terms
# of such GNU licence.
#
# A copy of the licence is included with the program, and can also be obtained
# from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA  02110-1301, USA.
#
#

config MALI_HEIMDALL
        tristate "Mali tHEx configs"
        default n

config MALI_SIGURD
        tristate "Mali tSIx configs"
        default n

config MALI_NORR
        tristate "Mali tNOx configs"
        default n

config MALI_NORR_PHX
        tristate "Mali tNOx_PHX configs"
        default n

config MALI_GONDUL
        tristate "Mali tGOx configs"
        default n

config MALI_BORR
	tristate "Mali tBOx configs"
	default n

config MALI_TRYM
        tristate "Mali tTRx configs"
        default n

config MALI_NATT
        tristate "Mali tNAx configs"
        default n

config MALI_ODIN
        tristate "Mali tODx configs"
        default n

config MALI_ODIN_LEX
        tristate "Mali tODx_LEX configs"
        default n

config MALI_ODIN_LEX_BASE
        tristate "Mali tODx_LEX_base configs"
        default n

menu "ARM GPU Configuration"

if MALI_HEIMDALL
#source "drivers/gpu/arm/bifrost-r2p0-03rel0/Kconfig"
#source "drivers/gpu/arm/bifrost-r4p0-01rel0/Kconfig"
#source "drivers/gpu/arm/bifrost-r6p0-cet/Kconfig"
#source "drivers/gpu/arm/bifrost-r7p0-00cet0/Kconfig"
source "drivers/gpu/arm/bifrost-r18p0-01rel0/Kconfig"
endif

if MALI_SIGURD
#source "drivers/gpu/arm/bifrost-r7p0-00cet0/Kconfig"
source "drivers/gpu/arm/bifrost-r18p0-01rel0/Kconfig"
endif

if MALI_NORR
#source "drivers/gpu/arm/bifrost-r6p0-cet/Kconfig"
#source "drivers/gpu/arm/bifrost-r7p0-00cet0/Kconfig"
source "drivers/gpu/arm/bifrost-r18p0-01rel0/Kconfig"
endif

if MALI_NORR_PHX
source "drivers/gpu/arm/bifrost-r18p0-01rel0/Kconfig"
endif

if MALI_GONDUL
source "drivers/gpu/arm/bifrost-r18p0-01rel0/Kconfig"
endif

if MALI_BORR
endif

if MALI_TRYM
endif

if MALI_NATT
endif

if MALI_ODIN
source "drivers/gpu/arm/valhall-r27p0-01eac0/Kconfig"
endif

if MALI_ODIN_LEX
source "drivers/gpu/arm/valhall-r27p0-01eac0/Kconfig"
endif

if MALI_ODIN_LEX_BASE
source "drivers/gpu/arm/valhall-r27p0-01eac0-base/Kconfig"
endif

endmenu
