diff options
author | 2009-12-08 11:10:28 -0800 | |
---|---|---|
committer | 2009-12-10 10:14:33 -0800 | |
commit | 4e00dc762d68248c23c5fe1dfb4d06fbe75554b0 (patch) | |
tree | f48b0daf791263a91ee5f6a69c806bd74be00a02 | |
parent | Add arm msm maintainer entry (diff) | |
download | wireguard-linux-4e00dc762d68248c23c5fe1dfb4d06fbe75554b0.tar.xz wireguard-linux-4e00dc762d68248c23c5fe1dfb4d06fbe75554b0.zip |
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>
-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 the bootloader. config FB_MSM - tristate + tristate "MSM Framebuffer support" depends on FB && ARCH_MSM select FB_CFB_FILLRECT select FB_CFB_COPYAREA |