mirror of https://gitee.com/openkylin/linux.git
staging: olpc_dcon: drop CONFIG_BROKEN dependency
DCON builds properly now; we can drop the config dep on CONFIG_BROKEN. Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c59eef17f1
commit
b07b846c33
|
@ -1,6 +1,6 @@
|
|||
config FB_OLPC_DCON
|
||||
tristate "One Laptop Per Child Display CONtroller support"
|
||||
depends on OLPC && BROKEN
|
||||
depends on OLPC
|
||||
select I2C
|
||||
---help---
|
||||
Add support for the OLPC XO DCON controller. This controller is
|
||||
|
|
Loading…
Reference in New Issue