diff options
author | Pavel Machek <pavel@ucw.cz> | 2009-12-08 14:10:28 -0500 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2009-12-10 13:14:33 -0500 |
commit | 4e00dc762d68248c23c5fe1dfb4d06fbe75554b0 (patch) | |
tree | f48b0daf791263a91ee5f6a69c806bd74be00a02 /drivers/video/Kconfig | |
parent | 0c19d21e801bef90618a1f4fd0a13d4194609804 (diff) |
video: Allow selecting MSM framebuffer in Kconfig
Allow user to select MSM framebuffer support in Kconfig.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 9bbb2855ea91..04b40eecbeb0 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2127,7 +2127,7 @@ config FB_PRE_INIT_FB | |||
2127 | the bootloader. | 2127 | the bootloader. |
2128 | 2128 | ||
2129 | config FB_MSM | 2129 | config FB_MSM |
2130 | tristate | 2130 | tristate "MSM Framebuffer support" |
2131 | depends on FB && ARCH_MSM | 2131 | depends on FB && ARCH_MSM |
2132 | select FB_CFB_FILLRECT | 2132 | select FB_CFB_FILLRECT |
2133 | select FB_CFB_COPYAREA | 2133 | select FB_CFB_COPYAREA |