diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-15 12:22:15 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-15 12:22:15 -0700 |
commit | fcd70b4b08d46e135d51978404da46f12dc9ccbd (patch) | |
tree | 2d59de76af4c76a14eb86a890d8bebd6c2d01acb /drivers/staging/olpc_dcon | |
parent | 3685ebc4bd2fb7da18b44a993d6c555ae31e5472 (diff) |
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/Kconfig | 1 |
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--- |