blob: f5c4843e11916e77f52a463522ba2a130a8d9666 [file] [log] [blame]
Svyatoslav Ryhelcf291ba2023-03-27 11:11:41 +03001config VIDEO_TEGRA20
2 bool "Enable Display Controller support on Tegra20 and Tegra 30"
3 depends on OF_CONTROL
4 help
5 T20/T30 support video output to an attached LCD panel as well as
6 other options such as HDMI. Only the LCD is supported in U-Boot.
7 This option enables this support which can be used on devices which
8 have an LCD display connected.
Svyatoslav Ryhelacbb8712023-03-27 11:11:48 +03009
10config VIDEO_DSI_TEGRA30
11 bool "Enable Tegra 30 DSI support"
12 depends on PANEL && DM_GPIO
13 select VIDEO_TEGRA20
14 select VIDEO_MIPI_DSI
15 help
16 T30 has native support for DSI panels. This option enables support
17 for such panels which can be used on endeavoru and tf600t.
Svyatoslav Ryheld8cca912023-04-25 10:51:46 +030018
19config TEGRA_BACKLIGHT_PWM
20 bool "Enable Tegra DC PWM backlight support"
21 depends on BACKLIGHT
22 select VIDEO_TEGRA20
23 help
24 Tegra DC dependent backlight.