video: edid: guard standard timings EDID expansion behind kconfig
authorSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 13 Mar 2025 07:59:12 +0000 (09:59 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 19 Mar 2025 08:59:23 +0000 (10:59 +0200)
commit37a37ad608876a1dfe96c990d540260a3efb8050
treec11ddcd291f7265207bd57e08593159432cb5254
parent93930dee12a324b258a983ea9b55dc8da84cfc65
video: edid: guard standard timings EDID expansion behind kconfig

Since EDID only indicates supported standard timings, a large table with
detailed timing information is necessary, consuming significant space. To
mitigate this, the table is made configurable via kconfig, allowing it to
be excluded when not needed.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
common/edid.c
drivers/video/Kconfig