diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 62f337ab52bc..f9916ca5ca4d 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1559,6 +1559,17 @@ config FB_VIA_DIRECT_PROCFS | |||
1559 | correct output device configuration. | 1559 | correct output device configuration. |
1560 | Its use is strongly discouraged. | 1560 | Its use is strongly discouraged. |
1561 | 1561 | ||
1562 | config FB_VIA_X_COMPATIBILITY | ||
1563 | bool "X server compatibility" | ||
1564 | depends on FB_VIA | ||
1565 | default n | ||
1566 | help | ||
1567 | This option reduces the functionality (power saving, ...) of the | ||
1568 | framebuffer to avoid negative impact on the OpenChrome X server. | ||
1569 | If you use any X server other than fbdev you should enable this | ||
1570 | otherwise it should be safe to disable it and allow using all | ||
1571 | features. | ||
1572 | |||
1562 | endif | 1573 | endif |
1563 | 1574 | ||
1564 | config FB_NEOMAGIC | 1575 | config FB_NEOMAGIC |