xref: /OK3568_Linux_fs/buildroot/package/read-edid/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_READ_EDID
2	bool "read-edid"
3	help
4	  Read-edid is a pair of tools for reading the EDID from a
5	  monitor. It should work with most monitors made since 1996
6	  (except for newer ones with 256-byte EDID's - WiP), assuming
7	  the video card supports the standard read commands (most
8	  do). Read-edid is a set of two tools - get-edid, which gets
9	  the raw edid information from the monitor, and parse-edid,
10	  which turns the raw binary information into an
11	  XF86Config-compatible monitor section.
12
13	  http://polypux.org/projects/read-edid/
14