aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/Kconfig
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@queued.net>2010-09-24 19:13:42 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-29 18:01:40 -0700
commiteecb3e4e5d9d83ebe1bef222a707eb7618498b67 (patch)
tree64e1c95f9e7530195f3b7a80fe120932c0fe30b4 /drivers/staging/Kconfig
parent25417922694e60f04cd4dc8448ada9236f18c532 (diff)
downloadkernel_samsung_smdk4412-eecb3e4e5d9d83ebe1bef222a707eb7618498b67.zip
kernel_samsung_smdk4412-eecb3e4e5d9d83ebe1bef222a707eb7618498b67.tar.gz
kernel_samsung_smdk4412-eecb3e4e5d9d83ebe1bef222a707eb7618498b67.tar.bz2
staging: olpc_dcon: add OLPC display controller (DCON) support
This adds DCON support for the OLPC XO. The DCON is found in XO-1 and XO-1.5 hardware. The XO-1 has a CS5536 southbridge, while the XO-1.5 has a Via chipset; the GPIO magic that's necessary to communicate with the DCON chip is unfortunately different across both platforms. This driver supports both. This driver is in bad state atm, so I'm requesting its inclusion into staging so it can be cleaned up while staying in the kernel tree. Original driver by Dave Woodhouse, and modified extensively by Jordan Crouse, myself, Deepak Saxena, Paul Fox, Daniel Drake, and probably others that I've missed. Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r--drivers/staging/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index 35a3ed1..886af16 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -69,6 +69,8 @@ source "drivers/staging/rt2870/Kconfig"
source "drivers/staging/comedi/Kconfig"
+source "drivers/staging/olpc_dcon/Kconfig"
+
source "drivers/staging/asus_oled/Kconfig"
source "drivers/staging/panel/Kconfig"