aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-15 12:22:15 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-15 12:22:15 -0700
commitfcd70b4b08d46e135d51978404da46f12dc9ccbd (patch)
tree2d59de76af4c76a14eb86a890d8bebd6c2d01acb /drivers/staging/olpc_dcon
parentstaging/mt29f_spinand: fix build error when ONDIEECC not enabled (diff)
downloadlinux-dev-fcd70b4b08d46e135d51978404da46f12dc9ccbd.tar.xz
linux-dev-fcd70b4b08d46e135d51978404da46f12dc9ccbd.zip
Revert "staging/olpc: fix dependencies to fix build errors"
This reverts commit 6170155d4affa14eb13cb789623d54baba2bf241. It isn't correct. Cc: Randy Dunlap <rdunlap@infradead.org> Cc: Daniel Drake <dsd@laptop.org> Cc: Jens Frederich <jfrederich@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/olpc_dcon')
-rw-r--r--drivers/staging/olpc_dcon/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/olpc_dcon/Kconfig b/drivers/staging/olpc_dcon/Kconfig
index 28aa42c77a9f..2ff015d84509 100644
--- a/drivers/staging/olpc_dcon/Kconfig
+++ b/drivers/staging/olpc_dcon/Kconfig
@@ -1,7 +1,6 @@
config FB_OLPC_DCON
tristate "One Laptop Per Child Display CONtroller support"
depends on OLPC && FB
- depends on (GPIO_CS5535 || GPIO_CS5535=n)
select I2C
select BACKLIGHT_CLASS_DEVICE
---help---