summaryrefslogtreecommitdiff
path: root/drivers/staging/sm7xx/Kconfig
diff options
context:
space:
mode:
authorWu Zhangjin <wuzhangjin@gmail.com>2010-01-06 08:33:10 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-04 00:42:44 (GMT)
commit3af805735a2538c38ec16014f19d19030544aaef (patch)
tree550cb88c4eb5106e83f206ef3ae96a48b95357bd /drivers/staging/sm7xx/Kconfig
parentd5a2ffd8e8d602293339f69180aff8914c454d83 (diff)
downloadlinux-fsl-qoriq-3af805735a2538c38ec16014f19d19030544aaef.tar.xz
staging: sm7xx: remove the buggy 2D acceleration support
When scrolling the screen on the console with the 2D acceleration support, the whole system may hang. for example, when copying some files from another machine to YeeLoong netbook with the sm7xx video driver via scp and when the screen output is enabled, the system may hang. Before the bug is fixed, remove the 2D acceleration! Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Cc: Teddy Wang <teddy.wang@siliconmotion.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sm7xx/Kconfig')
-rw-r--r--drivers/staging/sm7xx/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/sm7xx/Kconfig b/drivers/staging/sm7xx/Kconfig
index 204dbfc..315102c 100644
--- a/drivers/staging/sm7xx/Kconfig
+++ b/drivers/staging/sm7xx/Kconfig
@@ -6,10 +6,3 @@ config FB_SM7XX
select FB_CFB_IMAGEBLIT
help
Frame Buffer driver for the Silicon Motion SM7XX serial graphic card.
-
-config FB_SM7XX_ACCEL
- bool "Siliconmotion Acceleration functions (EXPERIMENTAL)"
- depends on FB_SM7XX && EXPERIMENTAL
- help
- This will compile the Trident frame buffer device with
- acceleration functions.