#
# Bluetooth configuration
#

menu "MXC GPU support"

config MXC_AMD_GPU
	tristate "MXC GPU support"
	depends on ARCH_MX35 || ARCH_MX51 || ARCH_MX53 || ARCH_MX50
	---help---
         Say Y to get the GPU driver support.

config MXC_AMD_GPU_LOGGING
	bool "Enable Logging"
	depends on MXC_AMD_GPU
	---help---
	 Enable logging to kernel messages for GPU kernel module

endmenu
