blob: f1082f50fdcebcf64a1a70f8a69cb9c6c45f967b [file] [log] [blame]
Andres Salomoneecb3e42010-09-24 19:13:42 -07001config FB_OLPC_DCON
2 tristate "One Laptop Per Child Display CONtroller support"
Randy Dunlap6a3a81e2011-02-21 14:39:08 -08003 depends on OLPC && FB
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"
Randy Dunlap6a3a81e2011-02-21 14:39:08 -080022 depends on FB_OLPC_DCON && ACPI
Andres Salomon097cd832011-02-10 17:53:24 -080023 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'.