The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / read-edid / Config.in
1 config 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           Notice that the get-edid tool is only available on x86.
14
15           http://polypux.org/projects/read-edid/