Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Thierry Reding | d8f4a9e | 2012-11-15 21:28:22 +0000 | [diff] [blame] | 2 | config DRM_TEGRA |
Thierry Reding | fac8f15 | 2013-11-08 11:43:15 +0100 | [diff] [blame] | 3 | tristate "NVIDIA Tegra DRM" |
Thierry Reding | 158b50a | 2013-11-20 20:39:35 +0100 | [diff] [blame] | 4 | depends on ARCH_TEGRA || (ARM && COMPILE_TEST) |
Thierry Reding | db4fd519 | 2014-10-16 15:40:58 +0200 | [diff] [blame] | 5 | depends on COMMON_CLK |
Stephen Warren | e1041ca | 2013-03-11 16:33:02 -0600 | [diff] [blame] | 6 | depends on DRM |
Arnd Bergmann | 2d0f986 | 2017-07-21 18:13:23 +0200 | [diff] [blame] | 7 | depends on OF |
Thierry Reding | d30a91f | 2013-11-08 11:56:59 +0100 | [diff] [blame] | 8 | select DRM_KMS_HELPER |
Thierry Reding | dec7273 | 2013-09-03 08:45:46 +0200 | [diff] [blame] | 9 | select DRM_MIPI_DSI |
Thierry Reding | 9be7d86 | 2013-08-30 15:22:36 +0200 | [diff] [blame] | 10 | select DRM_PANEL |
Thierry Reding | d30a91f | 2013-11-08 11:56:59 +0100 | [diff] [blame] | 11 | select TEGRA_HOST1X |
Thierry Reding | 398cbaa | 2017-03-20 20:04:20 +0100 | [diff] [blame] | 12 | select IOMMU_IOVA if IOMMU_SUPPORT |
Hans Verkuil | fb83be8 | 2017-09-11 14:29:52 +0200 | [diff] [blame] | 13 | select CEC_CORE if CEC_NOTIFIER |
Thierry Reding | d8f4a9e | 2012-11-15 21:28:22 +0000 | [diff] [blame] | 14 | help |
| 15 | Choose this option if you have an NVIDIA Tegra SoC. |
| 16 | |
| 17 | To compile this driver as a module, choose M here: the module |
| 18 | will be called tegra-drm. |
| 19 | |
| 20 | if DRM_TEGRA |
| 21 | |
Thierry Reding | dee8268 | 2013-10-09 10:32:49 +0200 | [diff] [blame] | 22 | config DRM_TEGRA_DEBUG |
| 23 | bool "NVIDIA Tegra DRM debug support" |
| 24 | help |
| 25 | Say yes here to enable debugging support. |
| 26 | |
Terje Bergstrom | d43f81cb | 2013-03-22 16:34:09 +0200 | [diff] [blame] | 27 | config DRM_TEGRA_STAGING |
| 28 | bool "Enable HOST1X interface" |
| 29 | depends on STAGING |
| 30 | help |
| 31 | Say yes if HOST1X should be available for userspace DRM users. |
| 32 | |
| 33 | If unsure, choose N. |
| 34 | |
Thierry Reding | d8f4a9e | 2012-11-15 21:28:22 +0000 | [diff] [blame] | 35 | endif |