2012-11-16 05:28:22 +08:00
|
|
|
config DRM_TEGRA
|
2013-11-08 18:43:15 +08:00
|
|
|
tristate "NVIDIA Tegra DRM"
|
2013-11-21 03:39:35 +08:00
|
|
|
depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
|
2014-10-16 21:40:58 +08:00
|
|
|
depends on COMMON_CLK
|
2013-03-12 06:33:02 +08:00
|
|
|
depends on DRM
|
2013-11-07 07:20:54 +08:00
|
|
|
depends on RESET_CONTROLLER
|
2013-11-08 18:56:59 +08:00
|
|
|
select DRM_KMS_HELPER
|
2013-09-03 14:45:46 +08:00
|
|
|
select DRM_MIPI_DSI
|
2013-08-30 21:22:36 +08:00
|
|
|
select DRM_PANEL
|
2013-11-08 18:56:59 +08:00
|
|
|
select TEGRA_HOST1X
|
2012-11-16 05:28:22 +08:00
|
|
|
help
|
|
|
|
Choose this option if you have an NVIDIA Tegra SoC.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called tegra-drm.
|
|
|
|
|
|
|
|
if DRM_TEGRA
|
|
|
|
|
2013-10-09 16:32:49 +08:00
|
|
|
config DRM_TEGRA_DEBUG
|
|
|
|
bool "NVIDIA Tegra DRM debug support"
|
|
|
|
help
|
|
|
|
Say yes here to enable debugging support.
|
|
|
|
|
2013-03-22 22:34:09 +08:00
|
|
|
config DRM_TEGRA_STAGING
|
|
|
|
bool "Enable HOST1X interface"
|
|
|
|
depends on STAGING
|
|
|
|
help
|
|
|
|
Say yes if HOST1X should be available for userspace DRM users.
|
|
|
|
|
|
|
|
If unsure, choose N.
|
|
|
|
|
2012-11-16 05:28:22 +08:00
|
|
|
endif
|