diff options
author | Andres Salomon <dilinger@debian.org> | 2008-09-13 12:36:57 -0400 |
---|---|---|
committer | Andres Salomon <dilinger@debian.org> | 2008-09-13 12:36:57 -0400 |
commit | 8fcbc2e697af4f9f831d4efdf4f093a650626c94 (patch) | |
tree | 71e1af37dd597e899b4a568e69d732e88f41cf54 | |
parent | fff47581179f48a2bc5bcc83b691d23de4185bc0 (diff) | |
download | lwn-8fcbc2e697af4f9f831d4efdf4f093a650626c94.tar.gz lwn-8fcbc2e697af4f9f831d4efdf4f093a650626c94.zip |
DCON: select FB_BACKLIGHT when enabling the DCON driver
Signed-off-by: Andres Salomon <dilinger@debian.org>
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 7a27d125b2b4..eeb38a28085b 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1886,6 +1886,7 @@ config FB_OLPC_DCON tristate "One Laptop Per Child Display CONtroller support" depends on OLPC select I2C + select FB_BACKLIGHT ---help--- Add support for the OLPC DCON controller. This controller is only available on OLPC platforms. Unless you have one of these |