blob: 982273cf354fb276b76edfc75e516c143acc7dfb [file] [log] [blame]
Andres Salomoneecb3e42010-09-24 19:13:42 -07001config FB_OLPC_DCON
2 tristate "One Laptop Per Child Display CONtroller support"
Greg Kroah-Hartmana747d4b2010-10-05 12:08:48 -07003 depends on OLPC && BROKEN
Andres Salomoneecb3e42010-09-24 19:13:42 -07004 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'.
Andres Salomon097cd832011-02-10 17:53:24 -08009
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'.