blob: 2ff015d8450991ded2ba4c49ba80d80a286e64a5 [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---
Jens Frederich7df68962013-07-30 20:11:34 +02007 In order to support very low power operation, the XO laptop uses a
8 secondary Display CONtroller, or DCON. This secondary controller
9 is present in the video pipeline between the primary display
10 controller (integrate into the processor or chipset) and the LCD
11 panel. It allows the main processor/display controller to be
12 completely powered off while still retaining an image on the display.
13 This controller is only available on OLPC platforms. Unless you have
14 one of these platforms, you will want to say 'N'.
Andres Salomon097cd832011-02-10 17:53:24 -080015
16config FB_OLPC_DCON_1
17 bool "OLPC XO-1 DCON support"
Sascha Silbebed4ab72011-04-03 12:05:36 +020018 depends on FB_OLPC_DCON && GPIO_CS5535
Andres Salomon097cd832011-02-10 17:53:24 -080019 default y
20 ---help---
21 Enable support for the DCON in XO-1 model laptops. The kernel
22 communicates with the DCON using model-specific code. If you
23 have an XO-1 (or if you're unsure what model you have), you should
24 say 'Y'.
25
26config FB_OLPC_DCON_1_5
27 bool "OLPC XO-1.5 DCON support"
Randy Dunlap6a3a81e2011-02-21 14:39:08 -080028 depends on FB_OLPC_DCON && ACPI
Andres Salomon097cd832011-02-10 17:53:24 -080029 default y
30 ---help---
31 Enable support for the DCON in XO-1.5 model laptops. The kernel
32 communicates with the DCON using model-specific code. If you
33 have an XO-1.5 (or if you're unsure what model you have), you
34 should say 'Y'.