Commit fcd70b4b authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "staging/olpc: fix dependencies to fix build errors"



This reverts commit 6170155d.

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3685ebc4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
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---