1config FB_OLPC_DCON
2	tristate "One Laptop Per Child Display CONtroller support"
3	depends on OLPC
4	select I2C
5	---help---
6	  Add support for the OLPC XO DCON controller.  This controller is
7	  only available on OLPC platforms.   Unless you have one of these
8	  platforms, you will want to say 'N'.
9
10config FB_OLPC_DCON_1
11	bool "OLPC XO-1 DCON support"
12	depends on FB_OLPC_DCON
13	default y
14	---help---
15	  Enable support for the DCON in XO-1 model laptops.  The kernel
16	  communicates with the DCON using model-specific code.  If you
17	  have an XO-1 (or if you're unsure what model you have), you should
18	  say 'Y'.
19
20config FB_OLPC_DCON_1_5
21	bool "OLPC XO-1.5 DCON support"
22	depends on FB_OLPC_DCON
23	default y
24	---help---
25	  Enable support for the DCON in XO-1.5 model laptops.  The kernel
26	  communicates with the DCON using model-specific code.  If you
27	  have an XO-1.5 (or if you're unsure what model you have), you
28	  should say 'Y'.
29