diff options
| author | Tom Rini <[email protected]> | 2025-03-26 14:07:37 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-26 14:07:37 -0600 |
| commit | 4adbf64ff8d8c730223fd8ae299d770bebb6fe86 (patch) | |
| tree | 7099e53be77df8a3a0e1ae122e8164a2d4f7cebf /drivers/video/Kconfig | |
| parent | df11ac859d366d96f749f2b9c3d2d5c564b325bc (diff) | |
| parent | 03f61b153965101f21783e8e6a1e5e86496598ff (diff) | |
Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next
- More Tegra video improvements
Diffstat (limited to 'drivers/video/Kconfig')
| -rw-r--r-- | drivers/video/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index a5263dfbff9..df607303616 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -700,6 +700,12 @@ config I2C_EDID help This enables library for accessing EDID data from an LCD panel. +config I2C_EDID_STANDARD + bool "Enable standard timings EDID library expansion" + depends on I2C_EDID + help + This enables standard timings expansion for EDID data from an LCD panel. + config DISPLAY bool "Enable Display support" depends on DM |
