diff options
Diffstat (limited to 'drivers/gpu/pvr/Kconfig')
| -rw-r--r-- | drivers/gpu/pvr/Kconfig | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/drivers/gpu/pvr/Kconfig b/drivers/gpu/pvr/Kconfig new file mode 100644 index 00000000000..34a122f2f7f --- /dev/null +++ b/drivers/gpu/pvr/Kconfig @@ -0,0 +1,32 @@ +config SGX_OMAP3630 + tristate "PowerVR SGX for OMAP3630" + depends on ARCH_OMAP3 + help + Support for the PowerVR SGX 3D core with OMAP 3630. + +choice + prompt "PowerVR build type" + default SGX_BUILD_RELEASE + +config SGX_BUILD_RELEASE + depends on SGX_OMAP3630 + bool "SGX RELEASE" + help + SGX Release Build. + +config SGX_BUILD_DEBUG + depends on SGX_OMAP3630 + bool "SGX DEBUG" + help + SGX Debug Build. + +endchoice + +config SGX_PDUMP + depends on SGX_OMAP3630 + bool "PowerVR SGX Parameter Dump" + default n + help + This option enables the PDump (Parameter Dump) build to debug + the SGX driver. The user side of the driver must be built with + this option enabled as well. |