Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-next
[deliverable/linux.git] / drivers / staging / olpc_dcon / Kconfig
1 config FB_OLPC_DCON
2 tristate "One Laptop Per Child Display CONtroller support"
3 depends on OLPC && FB
4 select I2C
5 select BACKLIGHT_CLASS_DEVICE
6 ---help---
7 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'.
15
16 config FB_OLPC_DCON_1
17 bool "OLPC XO-1 DCON support"
18 depends on FB_OLPC_DCON && GPIO_CS5535
19 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
26 config FB_OLPC_DCON_1_5
27 bool "OLPC XO-1.5 DCON support"
28 depends on FB_OLPC_DCON && ACPI
29 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'.
This page took 0.06472 seconds and 5 git commands to generate.