blob: fe40e0b6f6752b16b118ebc0940342d89bb559f9 [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
Randy Dunlap91e623d2011-05-25 19:17:06 -07005 select BACKLIGHT_CLASS_DEVICE
Andres Salomoneecb3e42010-09-24 19:13:42 -07006 ---help---
7 Add support for the OLPC XO DCON controller. This controller is
8 only available on OLPC platforms. Unless you have one of these
9 platforms, you will want to say 'N'.
Andres Salomon097cd832011-02-10 17:53:24 -080010
11config FB_OLPC_DCON_1
12 bool "OLPC XO-1 DCON support"
Sascha Silbebed4ab72011-04-03 12:05:36 +020013 depends on FB_OLPC_DCON && GPIO_CS5535
Andres Salomon097cd832011-02-10 17:53:24 -080014 default y
15 ---help---
16 Enable support for the DCON in XO-1 model laptops. The kernel
17 communicates with the DCON using model-specific code. If you
18 have an XO-1 (or if you're unsure what model you have), you should
19 say 'Y'.
20
21config FB_OLPC_DCON_1_5
22 bool "OLPC XO-1.5 DCON support"
Randy Dunlap6a3a81e2011-02-21 14:39:08 -080023 depends on FB_OLPC_DCON && ACPI
Andres Salomon097cd832011-02-10 17:53:24 -080024 default y
25 ---help---
26 Enable support for the DCON in XO-1.5 model laptops. The kernel
27 communicates with the DCON using model-specific code. If you
28 have an XO-1.5 (or if you're unsure what model you have), you
29 should say 'Y'.