<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video/Kconfig, branch v2017.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video/Kconfig?h=v2017.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video/Kconfig?h=v2017.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-12-16T16:15:27Z</updated>
<entry>
<title>video: Kconfig: Add VIDEO_IPV3 entry</title>
<updated>2016-12-16T16:15:27Z</updated>
<author>
<name>Jagan Teki</name>
<email>jagan@amarulasolutions.com</email>
</author>
<published>2016-12-05T23:00:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7db7455b53ee727010ba1ad431df85dd058a75d5'/>
<id>urn:sha1:7db7455b53ee727010ba1ad431df85dd058a75d5</id>
<content type='text'>
Added kconfig entry for CONFIG_VIDEO_IPV3 driver.

Cc: Anatolij Gustschin &lt;agust@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Matteo Lisi &lt;matteo.lisi@engicam.com&gt;
Cc: Michael Trimarchi &lt;michael@amarulasolutions.com&gt;
Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig</title>
<updated>2016-10-23T22:33:57Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-10-18T02:12:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b87ca80b9b1825b44341aa4bcd28c26a7860fd18'/>
<id>urn:sha1:b87ca80b9b1825b44341aa4bcd28c26a7860fd18</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_CONSOLE_SCROLL_LINES

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig</title>
<updated>2016-10-23T22:33:54Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-10-18T02:12:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fbda683292da37690d9729561a18ccfa51491235'/>
<id>urn:sha1:fbda683292da37690d9729561a18ccfa51491235</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_CONSOLE_EXTRA_INFO

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_VIDEO_SW_CURSOR to Kconfig</title>
<updated>2016-10-23T22:33:52Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-10-18T02:12:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0872d443aa75c86c0ce0c3008a0ac0e0889a9821'/>
<id>urn:sha1:0872d443aa75c86c0ce0c3008a0ac0e0889a9821</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_VIDEO_SW_CURSOR

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
[trini: Re-convert, find all the cases where this is off]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig</title>
<updated>2016-10-23T22:33:48Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-10-18T02:12:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2'/>
<id>urn:sha1:1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_VGA_AS_SINGLE_DEVICE

Once we migrate to driver model for video, we should be able to drop this
option.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SYS_CONSOLE_BG_COL et al to Kconfig</title>
<updated>2016-10-23T22:33:41Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-10-18T02:12:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=002f967c5010df69eb9a9a5e21132bb885ca8d02'/>
<id>urn:sha1:002f967c5010df69eb9a9a5e21132bb885ca8d02</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SYS_CONSOLE_BG_COL
   CONFIG_SYS_CONSOLE_FG_COL

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_VIDEO_CT69000 to Kconfig</title>
<updated>2016-10-23T22:33:40Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-10-18T02:12:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cfa307f839f59f27b6fd1e80f3686e53b457f8dc'/>
<id>urn:sha1:cfa307f839f59f27b6fd1e80f3686e53b457f8dc</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_VIDEO_CT69000

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_CFB_CONSOLE_ANSI to Kconfig</title>
<updated>2016-10-23T22:33:38Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-10-18T02:12:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c6745195be700fa3f8a7221169a0f20df9c0e91f'/>
<id>urn:sha1:c6745195be700fa3f8a7221169a0f20df9c0e91f</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_CFB_CONSOLE_ANSI

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_CFB_CONSOLE to Kconfig</title>
<updated>2016-10-23T22:33:37Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-10-18T02:12:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bdba2b3a8809501b7073c242f9aa013eb456790d'/>
<id>urn:sha1:bdba2b3a8809501b7073c242f9aa013eb456790d</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_CFB_CONSOLE

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_LCD to Kconfig</title>
<updated>2016-10-23T22:33:22Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-10-18T02:12:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f8b19a889e0d9d21af4be6b0fd6363a5b5a546f7'/>
<id>urn:sha1:f8b19a889e0d9d21af4be6b0fd6363a5b5a546f7</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_LCD

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
</feed>
