diff options
author | Stepan Moskovchenko <stepanm@codeaurora.org> | 2010-05-19 11:03:30 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-06-04 13:38:54 -0700 |
commit | 9d20015391dfc47f6371492925cc0333ac403414 (patch) | |
tree | a3c376e4b042f7280d2c1c12f054c8810dc67fe4 /drivers/staging/Kconfig | |
parent | 34ef545aa8c68d91e2e503ac05c129094772afb4 (diff) | |
download | linux-9d20015391dfc47f6371492925cc0333ac403414.tar.gz linux-9d20015391dfc47f6371492925cc0333ac403414.tar.bz2 linux-9d20015391dfc47f6371492925cc0333ac403414.zip |
Staging: add MSM framebuffer driver
Qualcomm development of the MSM SOC framebuffer driver has
diverged significantly from the driver used by Android. This
is a snapshot of our current driver, in all it's agony. We are
putting this in staging to help with the process of converging
the two drivers.
At this point, the driver has been tested only in dumb
framebuffer mode.
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
[dwalker@codeaurora.org: added a small compile fix and TODO.]
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 883c88f3de7a..984a75440710 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -145,5 +145,7 @@ source "drivers/staging/xgifb/Kconfig" source "drivers/staging/mrst-touchscreen/Kconfig" +source "drivers/staging/msm/Kconfig" + endif # !STAGING_EXCLUDE_BUILD endif # STAGING |